Page 1 of 1

SQL Monitor question

Posted: Wed 19 Dec 2007 22:06
by patyi
Hi !

I try to make SQL log file in native SQL format of inserts, updates and
deletions.

Howe can I catch SQL statment just in format as is send to server ?

SQLMonitor is not the right solution widout +programming ... :lol:

Thanks.

Re: SQL Monitor question

Posted: Thu 20 Dec 2007 01:08
by eduardosic
patyi wrote:Hi !

I try to make SQL log file in native SQL format of inserts, updates and
deletions.

Howe can I catch SQL statment just in format as is send to server ?

SQLMonitor is not the right solution widout +programming ... :lol:

Thanks.
Try to set

MySQLMonitor1.TraceFlags := [tfMisc];

and catch in Event onSQL;

Posted: Thu 20 Dec 2007 13:59
by patyi
I'm catch it !

Thanks a lot ! :D