I updated my Firebird
to versão 2.5
and would like to view the transactions, I saw in several links that the command:
SELECT * FROM mon$statements
resolves, but this command gives me an error:
Undefined name. Dynamic SQL Error. SQL error code = -204. Table unknown. MON $ STATEMENTS. unknown ISC error 336397208
So I did not find this table, it can also, because my connection I make is directly inside a database that does not have this "table" mon $ statements, so how to proceed?