Sybase ODBC connection String with .net

Posted by nitinkhanna on Stack Overflow See other posts from Stack Overflow or by nitinkhanna
Published on 2010-05-28T04:34:02Z Indexed on 2010/05/28 4:41 UTC
Read the original article Hit count: 268

Hi,

I am having SYBASE 12.5 install on my server as well as my PC, I am unable to get the correct connection string.

I have used the connectionstrings.com but unable to get the correct one.

After runnig and making the connection

Driver={Sybase ASE ODBC Driver};srvr=server_name;database=database_name;UID=user_name;PWD=pass;

and some other combination of thic connection string

I am getting the Datasource ="" Driver ="" DataBase="" ServerVersion = Invalid Operation. Connection is closed

What am I suppose to correct in that.

Please help.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET