H.Meier
2013-01-17 17:56:24 UTC
Hi,
im trying to connect to a Sybase SQLanywhere server 9, with .net/vs2010.
Im using a DSN-less odbc-connection, and its working if i connect to the default-db.
conn-string atm:
DRIVER=FreeTDS;SERVER=192.168.x.x;UID=User;PWD=pass;DATABASE=Test;TDS_Version=5.0;Port=2222;
But there are some other DB's in subfolders, and if i try to connect to them they couldn't be found.
I looked in the docu but havent found something, so how do i specify the file in the string so he starts and connect the db i want?
Thx
im trying to connect to a Sybase SQLanywhere server 9, with .net/vs2010.
Im using a DSN-less odbc-connection, and its working if i connect to the default-db.
conn-string atm:
DRIVER=FreeTDS;SERVER=192.168.x.x;UID=User;PWD=pass;DATABASE=Test;TDS_Version=5.0;Port=2222;
But there are some other DB's in subfolders, and if i try to connect to them they couldn't be found.
I looked in the docu but havent found something, so how do i specify the file in the string so he starts and connect the db i want?
Thx