SQL Statements for FoxPro 3.0 Database Containers
The FoxPro DBC driver supports four additional SQL statements:
To create a new FoxPro 3.0 database container, use:
To add an existing table to the database container, use:
To remove a table from the database container (not delete the table, but unlink it from the database container), use:
To set the current database container to an existing database container, use:
To add or delete columns from a table in a database container, use the Alter Table statement (see "Alter Table Statement").