cancel
Showing results for 
Search instead for 
Did you mean: 

python, sql anywhere 12/16

Former Member
0 Kudos
3,286

Hi all, I currently have both SQL Anywhere 12 and SQL Anywhere 16 installed on my dev machine. We are looking at the pros and cons of upgrading. I have some performance test scripts written in python using sqlanydb python module. Currently sqlanydb connects to SQL Anywhere 12, how do I change it to user SQL Anywhere 16?

Thanks

VolkerBarth
Contributor
0 Kudos

I would think you have to specify the according connection parameters in the call of "sqlanydb.connect( keyword=value, ...)", just as you will have to when using DBISQL or any other database client.

You might try with "DSN=SQL Anywhere 16 Demo" vs. "DSN=SQL Anywhere 12 Demo".

Accepted Solutions (0)

Answers (0)