ctsqlimp is used as follows (after creating the database file):
ctsqlimp.exe <filename> [options]
Valid [options] values:
Note: If both -B and -b are specified, the read-only setting takes precedence. Notice that the owner of the table and the DBA have all the permissions.
This introduces a change in behavior for existing applications because this switch is now-case sensitive.
Note: The parameters are case-sensitive. By default they are lowercase unless otherwise stated.
Example
To make existing c-tree files mydata.dat (containing proper IFIL and DODA resources) and mydata.idx accessible via FairCom DB SQL, follow these steps:
ctsqlimp custmast.dat -u ADMIN -a ADMIN -s FAIRCOMS
SELECT * FROM custmast;