Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
APPEND Command | Fields | INSERT - SQL | Data Storage Containers