Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在玩 Firebird 和 isql。我注意到它有“shell”命令。但是,无论您是否连接到远程数据库,此 shell 都会将您带到本地系统上的子进程。是否可以在托管数据库的系统上的 Firebird 上运行系统级命令?Google 似乎对 Firebird 毫无用处,我也阅读了 Firebird 的文档,但没有看到任何提及。
唯一的方法是编写 UDF 函数(使用 Delphi 或 C/C++ 等语言)。但即使你编写或找到这样的功能,它的用处也可能会受到限制,因为 Firebird 可以在具有有限权限的特殊用户帐户下运行。
无法通过isql.
isql