Thanks Tom for responding.
So are you saying that assuming I have instantiated cmdTemp and Rs and of course the object to connect to the database the following should work?
cmdTemp.CommandText = "select * from openquery([oracleremote]" & ", " & "'" & "select...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.