Defines a new object data record.
(ade_odnewrecord table)
Returns a new record ID or nil.
table | Table name (string), the existing table 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.