Using the MySQLdb module

selwyn selwyn at home.net.nz
Wed Apr 23 23:48:13 EDT 2003


Michael Mayhew wrote:
> Greetings,
> 
>     I am trying to use the MySQLdb module on a simple database local to 
> my personal Linux machine. However, I keep running into trouble when I 
> execute SQL on my cursor objects, specifically when I execute the insert 
> command. I have been through numerous docs on the Python DB API v2.0 and 
> on the module itself but have not turned up anything useful. Any 
> assistance would be greatly appreciated. Here is the error message:

I found the following article from devshed pretty useful:

http://www.devshed.com/Server_Side/Python/PythonMySQL/page1.html

regards,
Selwyn






More information about the Python-list mailing list