Page 1 of 1

TZSQLMonitor under Firebird 2.1

Posted: 11.08.2008, 21:10
by pjonard
I'm testing TZSQLMonitor with Firebird 2.1 and the trace dont' give values.
I report bug via Mantis.

I understand the matter with function TZInterbase6PreparedStatement.ExecuteUpdatePrepared: Integer;
because i'm testing with MySQL and with this last, the log is correct but don't use the same code :

Code: Select all

function TZEmulatedPreparedStatement.ExecuteUpdatePrepared: Integer;
begin
  Result := ExecuteUpdate(PrepareSQLQuery);
end;
and i think to add the missing code to have a right trace.

How can i propose the new modify ?

Posted: 11.08.2008, 23:37
by mdaems
If you want to propose a solution for this problem, you best attach the modified files to the Mantis Bug Report. (Also : see my remarks there)

Mark