When opening a TIBQuery (IBQuery.Open), is the correspondig Transaction active only the time the data is fetched from the DB or as long as IBQuery is closed?
When opening a TIBQuery (IBQuery.Open), is the correspondig Transaction active only the time the
Share
Transaction is active while IBQuery is open.