我必须将 firebird 与其中一个应用程序一起使用。我想在外部访问这个数据库,使用 linux 命令行脚本,例如 fbexport 或 isql-fb。除非主应用程序正在运行,否则它可以正常工作。
Checking database charset...ERROR!
*** IBPP::SQLException ***
Context: Database::Connect
Message: isc_attach_database failed
SQL Message : -551
This user does not have privilege to perform this operation on this object.
Engine Code : 335544352
Engine Message :
no permission for read-write access to database XYZ.FDB
我不需要写权限,我只想做一些选择,但我找不到以只读方式连接到数据库的选项。是否可以使用 fbexport/isql-fb 或者是否有其他程序?