Click to See Complete Forum and Search --> : How to check pending transactions?


jov
July 19th, 1999, 04:45 PM
DAO Transactions are started with BeginTrans() and ended with CommitTrans() or Rollback(). But could anyone tell me how to check if a transaction is underway? In other words: I would like to have an IsTransacting().

thanks, Joep