DB_AppendField
Description
DB_AppendField( int64DB_TableHandle, char *DB_FieldName, intDB_FieldType, char *DB_DefValue, intDB_DefTitle, intDB_FieldMapping, char *EnumValues);
This function performs the second step (DB_CreateTable function must be called before it) of the creating new table procedure. Use this function to append fields in new table - each call adds a new field.
Parameters
int64
DB_TableHandle Handle returned by DB_CreateTable function.
See Also
DB_AppendTable, DB_CreateTable
DB_SetField
Description
DB_SetField( char *DB_FieldName, char *DB_FieldValue);
This function sets the field value in the active record that has been previously selected by the DB_SetActiveRecord function.
Parameters
See Also
DB_SetActiveRecord, DB_AppendField, DB_CreateTable, DB_AppendTable