Python database access

vasudevram vasudevram at gmail.com
Mon Jun 26 11:21:28 EDT 2006


The odbc module is part of the Python Standard Library. So you can
search for docs on using it in the Python2x.chm help file (or the HTML
version of the same docs) that comes with the Windows Python
disttribution. Its quite easy to use ODBC from Python, at least for
simple tasks like "select * from tablename".

Vasudev Ram
http://www.geocities.com/vasudevram
PDF conversion toolkt:
http://sourceforge.net/projects/xtopdf


BartlebyScrivener wrote:
> > But I don't know how to make the connectivity or rather which module to
> > import.
> 
> Try mxODBC
> 
> http://www.egenix.com/files/python/mxODBC.html




More information about the Python-list mailing list