Sybase module - release 0.4

Dave Cole djc at itga.com.au
Tue Jan 11 16:55:28 EST 2000


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



More information about the Python-list mailing list