JavaScript Editor js editor     Web development 



Main Page

A record is a set of fields in a table. Records can have up to 255 fields. All records in a table contain the same fields. Though the content of fields differ from record to record, the size of a field is the same for all records in a table. The data type for each field is the same for all records in a table.

To create records, use the INSERTВ -В SQL command or the APPEND command.

For more information about creating records and using tables, see Working with Tables.

See Also



JavaScript Editor js editor     Web development