Subject IB_Transaction.Close
Author Alan McDonald
What's the neatest way to "close" a transaction if you want all the queries
using the transaction to also close and you're too lazy to close them
individually?
I call IB_Transaction.Commit, and then what?
Help says you only call close when you want to destroy the object (I assume
transaction) or it's connection. I still need the connection but I want to
make sure all the queryies are closed.
thanks
Alan