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 |
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".