Python database access

Serge Orlov serge.orlov at gmail.com
Mon Jun 26 00:32:55 EDT 2006


On 25 Jun 2006 21:19:18 -0700, arvind <arvind.mulay at gmail.com> wrote:
> Hi all,
> I am going to  work on Python 2.4.3 and MSSQL database server on
> Windows platform.
> But I don't know how to make the connectivity or rather which module to
> import.
> I searched for the modules in the Python library, but I couldn't find
> which module to go for.

The module you're looking for is the first result if you search
"python mysql" on google or if you search "mysql" on python package
index <http://www.python.org/pypi>



More information about the Python-list mailing list