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
8904
November 11, 2015 06:13AM
2111
November 11, 2015 12:28PM
1183
November 11, 2015 12:49PM
812
November 12, 2015 07:01AM
1166
November 12, 2015 07:06AM
981
November 12, 2015 07:11AM
1076
November 12, 2015 01:53PM
Re: Values not inserting into MySQL Database table
1235
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.