Transaction remains active after Commit
Posted: Tue 01 Jun 2010 23:13
I'm using two queries which handle data in two tables. A transaction process is started with Transaction1.StartTransaction and is terminated with Transaction1.Commit. Later, when I try to read Transaction1.Active, I get Transaction1.Active = True and, therefore, a second Transaction1.StartTransaction results in the error "Can't perform operation of active transaction". The property Transaction1.Active remains permanently TRUE... 
