Thanks,
I'm using an Oracle DB.. Will this query return a count of all the pending
local transactions or just for the command object executing the query
(sqlcommand1) ?
Shawn
You can query the server for this information if the backend you are
connected to supports it.
For Sql Server it would be
sqlcommand1.CommandText = "select @@Trancount";
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.