Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » Python support

 

Python scripts that use sqlanydb

This section provides an overview of how to write Python scripts that use the sqlanydb interface. Complete documentation for the API is available online at [external link] http://www.python.org/dev/peps/pep-0249/.


The sqlanydb module
How to open and close a database connection using Python
How to obtain result sets using Python
How to insert rows using Python
Database type conversion