Sybase Database

  • Thread starter Thread starter S.Rajesh
  • Start date Start date
S

S.Rajesh

we are using the sybase 12.5 database in the unix server.
using the oledbdataadpator, how can i connect to the
database.

That is what should be my string in the ConnectionString

Thanks
 
Hi,

This is what I am using in my applications with Sybase ASE OLE DB Provider

"Provider=Sybase ASE OLE DB Provider;Server Name=MyServerName;Initial
Catalog=MyDatabaseName;User ID=MyUserID;Password=MyPassword;"
 
Back
Top