FairCom DB Standalone SQL Service contains the following files and folders:
FairCom-DB.StandAloneSQL* - All of your FairCom files are located in this root folder.
sql_service - The FairCom DB Standalone SQL Service executable, faircom_sql_service.exe, and dynamic libraries are in this folder.
faircom_sql_service.exe – This is the FairCom DB Standalone SQL Service executable.
ctreedbs.dll, ctreestd.dll, CTSRES.DLL, ctsrmc.dll – These are dynamic libraries used by the FairCom DB Standalone SQL Service executable.
The sql_service folder also contains the classes folder (providing Java classes) and the data folder (with ctreeSQL.dbs and SQL_SYS nested in it), which hold the data and system files used by FairCom DB Standalone SQL Service.
data - This is where we recommend you storing your application data. This folder also contains ctreeSQL.dbs and SQL_SYS nested in it, which hold the data and system files used by FairCom DB Standalone SQL Service. Note that you can change the data folder location by using the LOCAL_DIRECTORY keyword in ctsrvr.cfg and you can change the default name of the Database Folder by using the SQL_DATABASE keyword
config - Contains ctsrvr.cfg. This is the FairCom DB Standalone SQL Service configuration file.
Tools - This folder contains useful command-line tools. Any of these tools can be distributed; it is up to the developer to choose which files to distribute.
You can find documentation for these tools in the Command-Line Tools book.
The command-line tools are contained in two folders: client and standalone: