I am using SSMA for Sybase v5.0.9198 and am unable to connect to a Sybase ASA v10 or 12 database in SSMA and would appreciate any assistance.
When I connect in Standard Mode, I get an "Unable to connect to database server. Database server not found" error, even though I have verified the server is running and I can connect to it via Sybase Central and via the ODBC Data Source Administrator (using
the SQL Anywhere SAOLEDB provider).
And when I use Advanced Mode, I always get an "Error collecting data. See the inner exception for details" error after having tried multiple varieties of a connection strings. Examples below:
Provider=SAOLEDB.10;ENG=DBServer;DBN=DBName;UID=user;PWD=password
Provider=SAOLEDB.10;ENG= DBServer;DBN= DBName;UID=user;PWD=password;dbf=\\server\e$\FilePath\database.db
Provider=SAOLEDB.10;UID=cvs;PWD= password;DBF=C:\FilePath\database.db
Provider=SAOLEDB.10;UID=cvs;PWD= password;DSN=ODBC_Name
I have Developer versions of Sybase SQL Anywhere v10 and 12 installed at the source.