I want to prevent DB-conflicts because of many users start orders in my shop-system simultaneously.
Can I use Transaction start / commit ? Or what are these actions for?
I want to prevent DB-conflicts because of many users start orders in my shop-system simultaneously.
Can I use Transaction start / commit ? Or what are these actions for?
Hi Eddi
it depends on the kind of conflict you want to prevent, what is the current problem you are having ?
I am working on a ticket-ordering-system for a small Theater.
Szenario:
When each of them presses the "order now" button and submits the form, they all get an "Order OK-Message".
I want the first costumer, who submits , to win the order.
Can I use the autocommit off /on mechanism in CF7??
Are CF7 DB-actions Transaction start /Transaction commit solutions to my Problem?
Beside that, I like to know , what is the function of these actions?
Eddi