Databasefile(DBF) in connection-string? (Sql Anywhere 9, DSN-Less)
"H.Meier" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
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