Page 1 of 1

Read transaction numbers for Firebird

Posted: Tue 04 May 2010 19:28
by chkaufmann
Hi,

I would like to read the following values in my Delphi application:

Oldest transaction 25234
Oldest active 25235
Oldest snapshot 25235
Next transaction 25236

Is there something available to do that with UniDAC.

cu Christian

Posted: Wed 05 May 2010 10:42
by Dimon
UniDAC doesn't allow getting this information.
To solve the problem you can use the TGDSDatabaseInfo class via the TIBCConnection.DatabaseInfo property.