Advantage SQL Engine
Contains a single row for all dictionary properties.
Field Name |
Field Type |
Field Size |
Description |
Version_Major |
Short |
2 |
Major version number of the dictionary. |
Version_Minor |
Short |
2 |
Minor version number of the dictionary. |
Default_Table_Path |
Character |
260 |
Default table path for the dictionary. |
Temp_Table_Path |
Character |
260 |
Temporary table path for the dictionary. |
Log_In_Required |
Logical |
1 |
Determines if a username and password is required for a database connection. |
Verify_Access_Rights |
Logical |
1 |
Determines if the user’s access rights when opening a database table, view, or executing a stored procedure are enforced. |
Encrypt_Table_Password |
Charcter |
20 |
Password used for encrypting tables. This value is only returned for administrative data dictionary connections. |
Encrypt_New_Table |
Logical |
1 |
Determines if a new table added to or created in the data dictionary will be encrypted. |
Enable_Internet |
Logical |
1 |
Determines if Internet access is allowed to this data dictionary. |
Internet_Security_Level |
Short |
2 |
The security level for communications over the Internet. |
Max_Failed_Attempts |
Short |
2 |
The maximum number of failed connection attempts allowed before Internet access is shut off. |
Logins_Disabled |
Logical |
1 |
Determines if logins are currently disabled. See Disabling Database Logins for more details. |
Logins_Disabled_msg |
Memo |
variable |
Specifies the custom error string that will be returned to users attempting to connect to the database when logins are disabled. |
Comment |
Memo |
variable |
Description of the dictionary. |
User_Defined_Prop |
Binary |
variable |
The user defined property. |
FTS_Delimiters |
Memo |
variable |
FTS delimiter characters. |
FTS_Noise_Words |
Memo |
variable |
FTS noise words. |
FTS_DropChars |
Memo |
variable |
FTS drop characters. |
FTS_Conditional_Chars |
Memo |
variable |
FTS conditional drop characters. |
Dictionary_Encrypted |
Logical |
1 |
Determines if the data dictionary file is encrypted. |
Encrypt_Indexes |
Logical |
1 |
Determines if indexes are encrypted. |
Encrypt_Communication |
Logical |
1 |
Determines if communication between the client and server is encrypted. |