1
I updated my Firebird
to the versão 2.5
and would like to view the transactions, I saw in several links that the command:
SELECT * FROM mon$statements
solves, but this command gives me a mistake:
Undefined name. Dynamic SQL Error. SQL error code = -204. Table Unknown. MON$STATEMENTS. Unknown ISC error 336397208
So I understand that he does not find this table, he can also, because my connection is directly inside a database that does not have this "table" mon$statements, so how to proceed ?
Welcome to the Site, I suggest you edit your reply and add more details!
– Junior Moreira
Responses containing only code are not ideal because they do not explain how to solve the problem. Try to edit your answer to make it better.
– celsomtrindade
tried to run this code gave this error
SQL error code = -204.
Table unknown.
MON$TRANSACTIONS.

– SneepS NinjA