KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Creating tables programmatically
PRODUCT: 4D Developer | VERSION: 11 | PLATFORM: Mac & Win
Published On: November 19, 2007

It is now possible to create and modify new tables and fields in code without an plug-in. This is done using SQL commands.

The commands to use are
CREATE TABLE and ALTER TABLE. You can find more information in the "SQL Reference", which is available here.