TransactionBase::InsertRecord (open)
Inserts a new record in the database
Syntax
LOADLIB "wh::dbase/transaction.whlib";
MACRO InsertRecord(RECORD query, RECORD newfields)Parameters
RECORD queryDatabase query, indicates which table must be inserted into and which cells must be inserted
RECORD newfieldsCells to insert, missing cells indicate NULL.