Jacob Kruger wrote:
> Busy now building a sort of MySQL admin interface, and installed
> MySQL-python-1.2.3.win32-py2.7.exe, and see it includes both the basic
> mysql module, as well as something called MySQLdb which is some sort
> of a wrapper or something, but anyway.
>
> Anyway, was just wond
pirit...'
- Original Message -
From: Vernon Cole
To: Jacob Kruger
Cc: python-win32@python.org
Sent: Friday, November 25, 2011 7:32 PM
Subject: Re: [python-win32] MySQL connection/admin tool
Jacob:
adodbapi provides an extended dbapi 2.0 (PEP 249) connection to many
databases, My
@python.org] On Behalf Of
Vernon Cole
Sent: November 25, 2011 9:32 AM
To: Jacob Kruger
Cc: python-win32@python.org
Subject: Re: [python-win32] MySQL connection/admin tool
Jacob:
adodbapi provides an extended dbapi 2.0 (PEP 249) connection to many
databases, MySQL is one of the ones I test with regularly
thon-win32] MySQL connection/admin tool
Jacob:
adodbapi provides an extended dbapi 2.0 (PEP 249) connection to many
databases, MySQL is one of the ones I test with regularly. It is included in
pywin32. Just "import adodbapi" to use it. (You do have to install the MySQL
ODBC
Jacob:
adodbapi provides an extended dbapi 2.0 (PEP 249) connection to many
databases, MySQL is one of the ones I test with regularly. It is included
in pywin32. Just "import adodbapi" to use it. (You do have to install the
MySQL ODBC driver.) The other packages you mention are MySQL specific,
Busy now building a sort of MySQL admin interface, and installed
MySQL-python-1.2.3.win32-py2.7.exe, and see it includes both the basic mysql
module, as well as something called MySQLdb which is some sort of a wrapper or
something, but anyway.
Anyway, was just wondering if there are specific wa