Page 1 of 1

get sql query before DataSet.Post

Posted: Mon 09 Jun 2008 09:11
by ply
How can I get sql query which is going to be executed before DataSet.Post ?

Posted: Tue 10 Jun 2008 09:27
by Dimon
You can use the TCustomDADataSet.Debug property.
Also you can use the TMySQLMonitor component to monitor dynamic SQL execution in MyDAC based applications.
You can find more detailed information about these components in the MyDAC help.