GetDynamicInserter (open)
Creates an object that can insert records into a table that is specified at run-time.
Syntax
LOADLIB "wh::dbase/dynquery.whlib";
OBJECT FUNCTION GetDynamicInserter(OBJECT trans, STRING tablename, RECORD options)Parameters
OBJECT transTransaction to use
STRING tablenameName of the table to insert into
RECORD optionsOptions
STRING ARRAY colsList of the database names of all the columns that will be inserted