Defines a new object data record.
ade_id
ade_odnewrecord(
char* table);
Returns a new record ID or NULL.
table | An existing table name to which the new record will belong. |
The function creates a new record, populates its fields with default values according to the table definition, and returns the new record ID.