Dear All,
I have 2 sql queries one is update and the other is insert query and both are in one transaction.I am using .net connector 5.0.8.1 and myengine is innodb. The problem is that some times I find the update query is not executed but the insert query is executed. What do you think can be the cause ? Can it be due to command time out ? Thanks.
I have 2 sql queries one is update and the other is insert query and both are in one transaction.I am using .net connector 5.0.8.1 and myengine is innodb. The problem is that some times I find the update query is not executed but the insert query is executed. What do you think can be the cause ? Can it be due to command time out ? Thanks.
Comment