[DB-SIG] ANN: mxODBC Package - Version 1.0.1

M.-A. Lemburg mal@lemburg.com
Thu, 11 Mar 1999 11:07:09 +0100


ANNOUNCING:

                      mxODBC Version 1.0.1

          A Python Extension Package providing a generic
                Interface to ODBC 2.0 API compliant                    
                    Database Drivers or Managers


WHAT IT IS:

mxODBC is an extension package that provides a Python Database
API compliant interface to ODBC 2.0 capable database drivers
and managers. In addition to the capabilities provided through
the standard API it also provides a rich set of catalog methods
that allow you to scan the database for tables, procedures, etc.
Furthermore, it uses the mxDateTime package for date/time value
interfacing eliminating most of the problems these types normally
introduce.

WHAT'S NEW ?

The 1.0.1 is a service update which mainly fixes a bug introduced
in 1.0.0. BTW: Would be nice if someone could provide a precompiled
binary for Windows...

WHERE CAN I GET IT ?

The full documentation and instructions for downloading and
installing can be found at:

        http://starship.skyport.net/~lemburg/mxODBC.html

The mxDateTime package needed for mxODBC can be found at:

        http://starship.skyport.net/~lemburg/mxDateTime.html

WHAT DOES IT COST ?

mxODBC comes with a slightly modified Python-style license:
Usage is free for non-commercial and commercial use. Redistribution
of the package in commercial products requires a separate license
and will only be free if the product itself is free.

Detailed license information is available at:

        http://starship.skyport.net/~lemburg/mxODBC-License.html

WHERE CAN I GET SUPPORT ?

I am offering commercial support for this package through
Python Professional Services Inc. (http://www.pythonpros.com).
Look on their support pages for details or contact me directly.

REFERENCE:

<P><A HREF="http://starship.skyport.net/~lemburg/mxODBC.html>
mxODBC 1.0.1</A> - ODBC Interface. (11-Mar-1999)

-- 
Marc-Andre Lemburg                               Y2000: 295 days left
---------------------------------------------------------------------
          : Python Pages >>> http://starship.skyport.net/~lemburg/  :
           ---------------------------------------------------------