Class TIDSTable (unit IDSDB)

Inherits from

TTable

TIDSTable - Enhanced table

Constructors


constructor IDSCreate(const sDBName, sTblName : String; flgsIn : TIDSTblCreateFlags);

Creates a table object

TIDSTable



Functions

procedure LockRecord(iTimeOut : Integer);

Locks a record - Timeout is in seconds

Set the optional flags


procedure Pack;

Packs the table

Check if retries were exceeded


procedure PostNewKey(const sFldName : String; iStartVal, iNumTries : LongInt);

Posts a record and updates a key value

We were unable to lock the record.


Properties

Events

Variables


Constructors


constructor IDSCreate(const sDBName, sTblName : String; flgsIn : TIDSTblCreateFlags);

Creates a table object

TIDSTable


Functions


procedure LockRecord(iTimeOut : Integer);

Locks a record - Timeout is in seconds

Set the optional flags


procedure Pack;

Packs the table

Check if retries were exceeded


procedure PostNewKey(const sFldName : String; iStartVal, iNumTries : LongInt);

Posts a record and updates a key value

We were unable to lock the record. Reraise the last exception


Properties


Events


Variables