确定Firebird SQL版本的方法? [英] Ways to Determine the Version of Firebird SQL?

查看:501
本文介绍了确定Firebird SQL版本的方法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有任何方法来确定Firebird的SQL版本是否正在运行?使用SQL或代码(delphi,C ++)。

Exist any Way to Determine the Version of Firebird SQL is running? using SQL or code (delp C++).

再见

推荐答案

如果您想通过SQL找到它,可以使用 get_context 查找它的引擎版本

If you want to find it via SQL you can use get_context to find the engine version it with the following:

SELECT rdb$get_context('SYSTEM', 'ENGINE_VERSION') 
             as version from rdb$database;

您可以在这里阅读更多相关资讯 firebird faq ,但它需要Firebird 2.1我相信。

you can read more about it here firebird faq, but it requires Firebird 2.1 I believe.

这篇关于确定Firebird SQL版本的方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆