I need to use MySQL INNODB tables for transactions, however, I have run
into a problem. I can do SELECTS on the INNODB tables just fine but
INSERTS and UPDATES do not work. No error is generated. I tried the same
code using Python interactively and Python returns "1L" for each line I
try to insert but in fact nothing is ever inserted. My Python code works
perfectly with MyISAM tables. 

Am I just not holding my mouth right or what?
 
dave
-- 
Dave Rogers
MCI
Network Security Operations Center
vnet 777-6522

_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to