Value | Effect | Synonyms |
---|---|---|
yes | Files opened with OUTPUT or EXTEND mode are linked to c-treeSQL. | y, true, on, 1 |
no | No attempt to link table is made. This is the default value. | n, false, off, 0 |
Attribute | Description | Synonim |
---|---|---|
xfd | Path to ISS data definition file. If a directory is specified, a file with same name but ".iss" extension is searched. | n/a |
database | Database name to add the file to. The default value is "ctreeSQL". | db |
password | c-tree ADMIN password. The default value is "ADMIN". | pw |
symbolic | Optional table name to use when adding file to a database. | n/a |
prefix | Optional prefix for table or symbolic name. | n/a |
owner | Optional user name to assign table ownership. | n/a |
public | Optionally grant public access permissions. Values: "yes" : Grant public permissions. "no" : Turns off CRC checks. | n/a |
numformat | Numeric format digit ID. Values: "A" : Set numeric format to ACUCOBOL type. "D" : Set numeric format to Data General type. "I" : Set numeric format to IBM type. "M" : Set numeric format to Micro Focus type. The default value is "A". | n/a |
<sqlize xfd="custmast.iss" symbolic="customers">yes</sqlize> |