TGDSDatabaseInfo does not include "encrypted" info
Posted: Mon 15 Nov 2010 08:28
Hi,
It seems that the TGDSDatabaseInfo class does not include a property to check whether a database is encrypted.
From the DataDef guide:
Embedded User Authentication can be added too:
Martijn Tonies
Upscene Productions
It seems that the TGDSDatabaseInfo class does not include a property to check whether a database is encrypted.
From the DataDef guide:
Can this be included?An isc_database_info()call can be made to determine if database-level encryption is enabled, by passing an isc_info_db_encrypted info item. A value of 1 is returned if the database is encrypted and a value of 0 if not. GSTAT indicates the database is encrypted in the Variable header data section of the header page display and isql does likewise with the
Show Database command.
Embedded User Authentication can be added too:
Thanks.If isc_databaseinfo() is invoked with info item isc_info_db_eua_active it returns:
- 1 if EUA is active for the database
- 0 if EUA is not active
Only the owner or SYSDBA can query for this information, once connected to the
database. For all other users, the info request is ignored.
Martijn Tonies
Upscene Productions