LeasePak database: (LLDB) – a logical database. Collection of LeasePak tables, views, indexes, stored procedures, and other objects related to the operation of LeasePak.
LeasePak environment: Directory tree containing configuration data, live ASCII data, and software links tying a LeasePak database (LLDB) to its LeasePak release.
$live: Definition pending.
LLDB: LeasePak logical database. See LeasePak database.
test environment: LeasePak environment that can link to drivers in different LeasePak builds or drivers in $live. Typically ties to a LeasePak database (LLDB) containing test data.
text: Sybase DBMS long-length character string. Used only for the info_s columns in the Notebook tables.
TIMESTAMP(3): Oracle DBMS date and time. Contains century, year, month, day, hour, minute, second, and second fraction (accurate to 1/1000 second) information. LeasePak uses both the date and time portions. If the datatype of a column is TIMESTAMP(3), the column name begins with 'dt_'.
timestamp: Sybase DBMS binary timestamp. Whenever a table includes a timestamp column, Sybase automatically updates the binary time information in the timestamp column each time a user inserts or updates a record. LeasePak uses the timestamp information to prevent corruption when multiple users attempt to update the same record simultaneously.