
|
If you were logged in you would be able to see more operations.
|
|
|
|
If I set
DatabaseAccess = None
in firebird.conf, then
isc_database_info(...isc_info_db_id...)
or
rdb$get_context('SYSTEM', 'DB_NAME')
will return only alias, not full db file name. However,
isc_service_query(...isc_info_svc_svr_db_info...)
WILL return full db file names.
|
|
Description
|
If I set
DatabaseAccess = None
in firebird.conf, then
isc_database_info(...isc_info_db_id...)
or
rdb$get_context('SYSTEM', 'DB_NAME')
will return only alias, not full db file name. However,
isc_service_query(...isc_info_svc_svr_db_info...)
WILL return full db file names.
|
Show » |
|
At the same time little cleanup - removed struct db_file and manually done
linked of that structures, replacing with new firebird classes.