DatabaseType

Examples


This setting allows you to select a default database type (SQL, c-tree Plus or Pervasive.SQL) for your application.

Syntax

DatabaseType = database_type

Parameters

database_type - The name of the database type to be used. Currently, you can enter one of the following:

[spacer]

Value

Description

Btrieve

The Pervasive.SQL (Btrieve) database type will be used.

C-tree

FairCom’s c-tree Plus database type will be used.

SQL

The Microsoft SQL Server database type will be used.


Comments

The database type specified in this setting is used as the database type when creating a table if Default is selected as the database type in the Table Definition window, and one of the following criteria is met:

If you choose Default as the database type in the Table Definition window, and don't use the as database_type clause of the open table statement or the DatabaseType setting, the c-tree Plus database type will be used.


Documentation Feedback