skip to main content
Schema definition and management : Schema Database configuration
 

Schema Database configuration

This section provides the procedure for defining the schema for your data source.
Note: If your IP is going to implement its own schema manager then you do not need use the following steps to configure the OpenAccess SDK SQL engine’s Schema Database.
Two methods of populating the OpenAccess SDK Schema Database are supported:
Directly inserting rows into the schema tables (such as OA_TABLES and OA_COLUMNS). This method has been supported since the earliest versions.
Using the DDL command, CREATE TABLE. This method can be used to populate the TABLE object definitions, but not the stored procedures. See Create Table processing for more information.