I have a project in which I need to get data a Database that is on Sql Anywhere v9, searching in Google I cant find to much information because its an old version(and I/the client cant upgrade the version of the database), in the few documents that I could find mention a .Net Driver but the links are broken. Anyone know if this Driver is the only way Or if there is another way to connect? |
Provided your client has the SQL Anyhwere 9 server components and appropriate licensing, you could download a newer SQL Anywhere client to connect to an older server. You can download the client software here:
https://wiki.scn.sap.com/wiki/display/SQLANY/SAP+SQL+Anywhere+Database+Client+Download
You can also use ODBC or JDBC to connect. IN the case of JDBC, jConnect is an option as it works with a variety of SQL Anwyhere versions.