Unit IDSDB

TIDSTable - A new TTable object Features IDSCreate - streamlined constructor. Useful for dynamically created table objects. LockRecord - locks a current record. Handles concurrent access. Pack - Packs the table PostNewKey - useful for tables which do not have autoincrement key fields. dbGetUserList - returns a string list of current database users. dbGetUserName - returns the current user name

Classes

TIDSTable - TIDSTable - Enhanced table

Functions

dbGetUserList - Procedures

Procedure implementations } { dbGetUserList
dbGetUserName - dbGetUserName
Register - Not used } { Restore the original state

Types

TIDSTblCreateFlag
TIDSTblCreateFlags

Constants

Variables


Functions


procedure dbGetUserList( slstIn : TStringList );

Procedures

Procedure implementations } { dbGetUserList


function dbGetUserName : String;

dbGetUserName

procedure Register;

Not used } { Restore the original state

Types


TIDSTblCreateFlag = (tcfActive, tcfReadOnly, tcfExclusive);
Types for TIDSTable create
TIDSTblCreateFlags = set of TIDSTblCreateFlag

Constants


Variables