Welcome Guest, Not a member yet? Register   Sign In
transaction doesn't work properly
#3

The problem is that since you are using trans_begin instead of trans_start, you are running the transaction manually. When running transactions manually, you don't want to use trans_complete, but you are. Remove trans_complete, and then you should be able to rollback or commit.
Reply


Messages In This Thread
transaction doesn't work properly - by vahid.vdn - 09-24-2017, 07:02 AM
RE: transaction doesn't work properly - by skunkbad - 09-24-2017, 08:24 AM
RE: transaction doesn't work properly - by Narf - 09-25-2017, 02:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB