TZSQLMonitor under Firebird 2.1

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
pjonard
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 09.08.2008, 17:55

TZSQLMonitor under Firebird 2.1

Post 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 ?
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
Image
Post Reply