Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open RowSet for Adaptive Server

Status
Not open for further replies.
Joined
Mar 12, 2003
Messages
678
Location
US
Is there a connection string using OpenRowset in Sql 2000 for Sybase Adaptive Server?
 
Thanks for the quick reply. I have seen this site but it doesn't have the OpenRow Set format that will allow me to create a view in SQl and link it to Sybase. I do not even know if it can be done.

Example..this is a sql Open Row Set

SELECT *,'Stromberg' as DBase
FROM OPENROWSET('sqloledb', 'mbhqstr01'; 'klewis'; 'klewis1', 'select top 100 percent * from
Stromberg.dbo.STM_Dept3maint')
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top