Python support can be set up on Windows by running the applicable setup python script from the SDK\Python subdirectory of your SQL Anywhere installation.
Prérequis
Ensure that Python and the ctypes module are installed. For a list of supported versions of Python, see http://www.sybase.com/detail?id=1068981.
At a system command prompt, change to the SDK\Python subdirectory of your SQL Anywhere installation.
Run the following command to install sqlanydb.
python setup.py install |
To test sqlanydb, make a copy of the sample database file in your current directory and run a test.
newdemo dbsrv16 demo python Scripts\test.py |
The test script makes a connection to the database server and executes a SQL query. If successful, the test displays the message
sqlanydb successfully installed.
If the tests do not run, ensure that the bin32 or bin64 subdirectory of the SQL Anywhere installation is in your path.
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |