Create, Modify Structure
These two commands are for interactively creating and modifying tables. Although they can be used in programs, you'd rarely want to do so since they bring up the Table Designer. You probably don't want to give an application's users access to that dialog.
Usage |
CREATE [ cTableName | ? ] |
Example |
CREATE MyNewTable |
Usage |
MODIFY STRUCTURE |
The Table page of the Table Designer shows a total length for the record. Unfortunately, for records that accept nulls in any field, it's wrong. It's one less than the correct value returned by RECSIZE(). |
See Also |
AFields(), Alter Table, AfterCreateTable, AfterModifyTable, BeforeCreateTable, BeforeModifyTable, Create Cursor, Create Database, Create From, Create Table, Display and List, RecSize() |