TIBCSQLMonitor usage

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

TIBCSQLMonitor usage

Post by inageib » Wed 08 May 2013 02:05

Hi,
Please advise what are the cases that TIBCSQLMonitor can be used for ?

Thanks

AndreyZ

Re: TIBCSQLMonitor usage

Post by AndreyZ » Fri 10 May 2013 07:09

The TIBCSQLMonitor component is used to monitor dynamic SQL execution in IBDAC-based applications. Also, it can be useful for logging of SQL statements (the OnSQL event handler is used for this). For more information, please read the IBDAC documentation.

inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

Re: TIBCSQLMonitor usage

Post by inageib » Fri 10 May 2013 23:34

Thanks. I looked at the documentation but did not find clear answer.

AndreyZ

Re: TIBCSQLMonitor usage

Post by AndreyZ » Mon 13 May 2013 07:20

If any other questions come up, please contact us.

Post Reply