Home Forums SQL Server 7,2000 T-SQL complicated problem RE: complicated problem
MVDBA (Mike Vessey)
SSC-Insane
Points: 21797
More actions
August 19, 2004 at 5:42 am
#519737
you could set up your oracle server as a linked server in SQL
you can then create a view in your SQL server that does the join for you.
ou can then just connect to the SQL server from ASP and load the recordset
MVDBA