
This is the "first" release of my Sybase module for Python Sybase is a module which provides a Python interface to the Sybase relational database system (surprise). The Sybase package supports almost all of the Python Database API, version 2.0 with extensions. The Sybase package is designed to work with Python versions 1.5.2 and later and Sybase versions 11.0.3 and later. It is based on the Sybase Client Library (ct_* API), and the Bulk-Library Client (blk_* API) interfaces. The module contains the following items: Module interface Connection objects Cursor objects Bulkcopy objects The homepage http://www.itga.com.au/~djc/sybase.html contains a description of the deviations from the Database API specification. The module can also be downloaded from ftp://ftp.itga.com.au/pub/python/Sybase-0.4.tar.gz - Dave <P><A HREF="http://www.itga.com.au/~djc/sybase.html">Sybase module 0.4</A> - a Python interface to the Sybase relational database system, mostly compatible with the Python Database API, v2.0. (04-Jan-2000) -- ----------- comp.lang.python.announce (moderated) ---------- Article Submission Address: python-announce@python.org Python Language Home Page: http://www.python.org/ Python Quick Help Index: http://www.python.org/Help.html ------------------------------------------------------------
participants (1)
-
Dave Cole