How can open two or more transaction ?
As per the message on the previous thread, a single database only uses one transaction.
Multiple transactions are only possible when there are multiple databases, and even then, it's only one transaction per database.
Log in to post a comment.
How can open two or more transaction ?
As per the message on the previous thread, a single database only uses one transaction.
Multiple transactions are only possible when there are multiple databases, and even then, it's only one transaction per database.