Product Documentation

SQL Reference Guide

Previous Topic

Next Topic

fc_createdb( )

In V13.0.3 onwards, creates a new FairCom DB SQL database named dbname.

Parameters (1)

dbname VARCHAR(1024)

casesensitive BIT

Example

call fc_createdb('ctreeSQL', 1);

See also

For versions prior to V13.0.3, see fc_create_db() (cannot control case sensitivity).

TOCIndex