Read transaction numbers for Firebird

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
chkaufmann
Posts: 82
Joined: Sat 01 Jul 2006 11:42

Read transaction numbers for Firebird

Post by chkaufmann » Tue 04 May 2010 19:28

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

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 05 May 2010 10:42

UniDAC doesn't allow getting this information.
To solve the problem you can use the TGDSDatabaseInfo class via the TIBCConnection.DatabaseInfo property.

Post Reply