ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-announce
python-announce
ceODBC 1.1
by Anthony Tuininga other posts by this author
Aug 8 2007 11:35AM messages near this date
ANN: PyMTP 0.0.2 released! | ANN: PyQwt3D-0.1.6
What is ceODBC?

ceODBC is a Python extension module that enables access to databases using the
ODBC API and conforms to the Python database API 2.0 specifications with a few
additions. I have tested this on Windows against SQL Server, Access, dBASE
and Oracle. On Linux I have tested this against PostgreSQL.

Where do I get it?

http://ceodbc.sourceforge.net


What's new?

1) Added support for determining the columns, column privileges,
foreign keys, primary keys, procedures, procedure columns, tables and
table privileges available in the catalog as requested by Dmitry
Selitsky.
2) Added support for getting/setting the autocommit flag for connections.
3) Added support for getting/setting the cursor name which is useful
for performing positioned updates and deletes (as in delete from X
where current of cursorname).
4) Explicitly set end of rows when SQL_NO_DATA is returned from
SQLFetch() as some drivers do not properly set the number of rows
fetched.

Anthony
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved