I'm currently using MySQLdb (latest version) to connect to a local server and can connect and insert into most of my tables fine.
However, when I run the following code, it tells me there are three warnings and raises an exception : moveSQL = "INSERT INTO processed SELECT a.*, %s, %s FROM incoming a WHERE a.backupID = %s" movingCursor.execute(moveSQL,(outcomeStatus,punctual,ID)) I then look in the database and the record has been inserted. Trouble is a)It's raising an exception b)I can't actually get to these warnings to see what they are. Doing the same SQL statement from mysql inserts the record fine. Can someone shed any light on why these warnings may get raised ? Many thanks Matt _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython
