The Table_SetDBType() function sets a default database type for an application.
Table_SetDBType(type)
• type – An integer that sets the database type to one of the following:
Value |
Description |
---|---|
1 |
c-tree Plus |
2 |
Pervasive.SQL |
3 |
SQL |
The boolean value true.
The default database type you set with this function is used if the database type is set to Default in the Table Definition window. This command can be used to force tables to be of a specific database type without indicating a specific database type in the table’s definition.