What is your transaction AutoCommit set to?
It will start it's own transaction if you use AutoCommit true, so you will need to use AutoCommit false and add explicit begin and end tran.. statements.
Ben
What is your transaction AutoCommit set to?
It will start it's own transaction if you use AutoCommit true, so you will need to use AutoCommit false and add explicit begin and end tran.. statements.
Ben