cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

We are about to flip the switch and upgrade from SQL Anyhwere 5.5 to 11. Our clients connect through ODBC to the database server, so I need to roll out SQL Anywhere ODBC client drivers so I can set up system DSNs in ODBC. My problem is that I can't find the client anywhere.

I can install the complete software on a machine, and I have actually done that for testing, but I don't want to roll out DB management tools to every user in our organization.

Where can I download "just the client" for SQL Anywhere 11?

View Entire Topic
Former Member

In your development machine, run the Deployment Wizard (Start > Programs > SQL Anywhere 11 > Deploy SQL Anywhere for Windows). That will launch the wizard where you can select only to deploy the ODBC interface (uncheck everything else). When the wizard ends, you'll get an MSI file that you can use to install the client.

José

Former Member
0 Likes

That is the trick! Thank you