You have to find a hyperlink like “show X more comments”. This web page is almost as evil as Base.
1 Like
To determine the version, go to Tools → SQL and run this statement from c++ - Ways to Determine the Version of Firebird SQL? - Stack Overflow.
SELECT rdb$get_context('SYSTEM', 'ENGINE_VERSION')
as version from rdb$database;
The output agrees with the link that @mikekaganski gave:
3.0.0,
1 Like
SELECT rdb$get_context(‘SYSTEM’, ‘ENGINE_VERSION’)
as version from rdb$database;
gives me
1: Access is denied: RDB$GET_CONTEXT in statement [SELECT rdb$get_context(] …
Any advice? Thanks.
2 Likes
Open a new question and mention your LibreOffice version and operating system. Since this is your first question, take a look at guidelines for asking.
2 Likes