Database Engines:odbc

Creating tables Professional

The creation or modification of databases and tables defined within a DBMS is generally the responsibility of the database administrator, it is not supposed to be the task of client applications. This means that DbCreate() or CREATE FROM are database operations that may be rejected by the DBMS.

If tables are created by an Xbase++ application (client side) on the server, the data types supported by a DBMS must be taken into account. Please refer to the sections Data type mappingand Defining the data types for table columnsfor detailed information.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.