Re: Values not inserting into MySQL Database table
Between Start Transaction and Commit, a lot has to go perfectly right, and not just with your SQL: the PHP interpreter, the browser it's running in, the server it's running on &c.
PHP has been famous for its problems with multi-query calls. Are there multi-query calls in your sequence?
Have you tried adding in checks on all results just before issuing Commit or Rollback?
Subject
Views
Written By
Posted
8972
November 11, 2015 06:13AM
2129
November 11, 2015 12:28PM
1191
November 11, 2015 12:49PM
822
November 12, 2015 07:01AM
1175
November 12, 2015 07:06AM
988
November 12, 2015 07:11AM
1087
November 12, 2015 01:53PM
Re: Values not inserting into MySQL Database table
1246
November 12, 2015 07:21PM
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.