Re: [python-win32] MySQL connection/admin tool

2011-11-28 Thread Tim Roberts
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

Re: [python-win32] MySQL connection/admin tool

2011-11-27 Thread Jacob Kruger
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

Re: [python-win32] MySQL connection/admin tool

2011-11-25 Thread Nick
@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

Re: [python-win32] MySQL connection/admin tool

2011-11-25 Thread Jacob Kruger
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

Re: [python-win32] MySQL connection/admin tool

2011-11-25 Thread Vernon Cole
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,

[python-win32] MySQL connection/admin tool

2011-11-25 Thread Jacob Kruger
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