Connection to Sybase - Help me!!!

TheWizardofInt

Well-known member
Joined
Dec 31, 1969
Messages
333
Location
Orlando, FL
this is kicking my butt

I am trying to connect to sybase:

Server = SybaseServer
Path to database = \\SybaseServer\db\mydb.db
UserName = User
Password = pass

Version 8.01 of Adaptive Server Anywhere

I want to make a connection through ODBC. I have created a User DSN: SYBASE ASE ODBC Driver, which references Adaptive Server Anywhere 8.0

Can anyone help?
 
You might want to take a look at that link:
http://www.connectionstrings.com/

But here is the syntax:
Standard Sybase System 12 (or 12.5) Enterprise Open Client:

"Driver={SYBASE ASE ODBC Driver};Srvr=Aron1;Uid=username;Pwd=password"

Of course... you use the ODBC objects from System.Data.Odbc and you should be fine doing a lot of nice stuff :)
 
Back
Top