Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

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

asked 25 Jun '14, 20:33

Scott%20Baldwin's gravatar image

Scott Baldwin
1567914
accept rate: 0%

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

(26 Jun '14, 03:19) Volker Barth
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×21

question asked: 25 Jun '14, 20:33

question was seen: 3,086 times

last updated: 26 Jun '14, 03:19