I have a linked server using SQL Server 7.0 to an Oracle database.
I can write the select statement using the Query Analyzer in the Enterprise Manager to query the Oracle database using:
select * from openquery([oracleremote], 'select * from task')
Oracleremote is the alias for the linked server. Task is the name of the table in the Oracle database.
How would I write this statement using ASP (Active Server Page)? [sig][/sig]
I can write the select statement using the Query Analyzer in the Enterprise Manager to query the Oracle database using:
select * from openquery([oracleremote], 'select * from task')
Oracleremote is the alias for the linked server. Task is the name of the table in the Oracle database.
How would I write this statement using ASP (Active Server Page)? [sig][/sig]