DBGET

Syntax: #DBGET database-rec
Related: #DBPUT

Retrieves the specified database record and sets it as the current record. The database-rec is the record number, with the optional two-character database name appended to it. The current record is accessible via the %rec system variable

DBGET Example

#DBGET 20

Sets record 20 as the current database record

#DBGET 8eq

Sets record 8 in the Equipment database as the current database record



Contents