[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

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,

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

2011-11-25 Thread Jacob Kruger
Will check it out. Thanks Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - 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]

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

2011-11-25 Thread Nick
As new Python user, my discovery of the ADODBAPI package is very encouraging - is there any documentation other than that in the test cases? Regards - Nick -Original Message- From: python-win32-bounces+qgold.77=gmail@python.org