Creates a new FairCom DB SQL database named dbname.
Parameters (1)
dbname VARCHAR(1024)
Example
call fc_create_db('ctreeSQL');
See also
In V13.0.3 and beyond, if you want to control the case sensitivity of your new table, use fc_createdb() instead.