Switching Databases

Victor Subervi victorsubervi at gmail.com
Mon Nov 23 11:05:02 EST 2009


On Mon, Nov 23, 2009 at 10:59 AM, Carsten Haese <carsten.haese at gmail.com>wrote:

> Have you tried to *read* and *understand* this error message? My guess
> is no. The error message tells you all you need to know. You need to
> pass a string as argument 4, but you aren't. <<db>> is a database
> connection object, not a string. Change <<db>> to a string containing
> the name of the MySQL database to which you want to connect.
>

Yes, Carsten, I did read the error message. And the obvious passed me by
LOL! Sorry. Thanks,
V
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20091123/60722d6a/attachment-0001.html>


More information about the Python-list mailing list