MySQL Forums
Forum List  »  Connector/Python

problem inserting into Innodb Tables
Posted by: Raghul Gunasekaran
Date: February 08, 2011 01:19PM

Hi,

I have a python script that inserts records into a db table.

If the table is of MyISAM type then able to insert into table from script.

If the table is of InnoDB type, then insert does not work, no exceptions generated. Able to insert into table from mysql command line.

Innodb is supported in the db installation.

Any help would be appreciated.

Thanks
-R

Options: ReplyQuote


Subject
Written By
Posted
problem inserting into Innodb Tables
February 08, 2011 01:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.