Talk:Debugging dbExpress Applications

From RAD Studio
Jump to: navigation, search

Flags for monitoring SQL commands: these flags are integer values represented by TDBXTraceFlags class const (ex TDBXTraceFlags.Execute = 2) They may be used in TSQLMonitor.OnTrace event like:

 if TraceInfo.TraceFlag = TDBXTraceFlags.Vendor then ..


Response

Hi Didier --

Your suggestion is well received, and we have added this item to our work queue.

Many thanks for your contribution to the docwiki!

Kris Houser Lead Writer, RAD Studio

RS-32324