1. Will the 15.0.3 drivers work correctly against a 12.5.3
server? I have the 12.5.2 drivers available if they will
work better.
2. Do I need to set up a DSN to access the database?
3. What should my connection string look like? The one I am
trying looks like:
"Provider=Sybase ASE OLE DB Provider;Data
Source=server:port; User ID=userid;Password=password;"
Of course, "server", "port", "userid", and "password" all
have the proper values, but I think this is wrong.
Can someone give me a hand?
Thanks in advance,
Kevin
ASE OLE DB Provider (sydaase.dll) by DataDirect
connStr="Provider=Sybase.ASEOLEDBProvider;Server Name=localhost;Server
Port Address=5000;User ID=sa;Password=;Initial Catalog=testdb";