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
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