J
Jon Cosby
I've had problems with transactions in a Web application, mainly with people
leaving the page without finishing the transaction or canceling it. This
left me with "dummy" entries in the table, with no actual transaction or
related details. What I've done is create temporary tables to hold the data
until the transaction is complete, then adding it to the actual tables. This
works, but I'm wondering if it's a good practice?
leaving the page without finishing the transaction or canceling it. This
left me with "dummy" entries in the table, with no actual transaction or
related details. What I've done is create temporary tables to hold the data
until the transaction is complete, then adding it to the actual tables. This
works, but I'm wondering if it's a good practice?