This is the standard Delphi way of creating tables. NexusDB supports this method of table creation completely. Create TFieldDefs and TIndexDefs and simply invoke the TnxTable's CreateTable method. NexusDB also supports a CreateTableEx method which requires the block size.

Remember to set the StoreDefs property to True if storage of TFieldDefs and TIndexDefs is required.

Home | Site Contents | Documentation | NexusDB Manual V4 | Delphi Guide | Code Examples & Fragments | How to create Tables?