Table_SetDBType()

Examples


The Table_SetDBType() function sets a default database type for an application.

Syntax

Table_SetDBType(type)

Parameters

type An integer that sets the database type to one of the following:

[spacer]

Value

Description

1

c-tree Plus

2

Pervasive.SQL

3

SQL


Return value

The boolean value true.

Comments

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.


Documentation Feedback