DB_SetActiveRecord
Description
DB_SetActiveRecord( char *Database
, char *Table
, char *User
, intDB_RecordIdx
);
This function sets the selected record as active and the next call of the DB_SetField function will use the fields in this record.
Table parameter is the table name or a table unique name. It can be NULL (0) and then the currently opened table (if it is from the selected database) will be used.
Parameters
See Also
DB_SetField, DB_AppendField, DB_CreateTable, DB_AppendTable