Sybase Database

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
 
V

Val Mazur

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;"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top