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

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

Reply via email to