[Lazarus] Get SQL before TSQLQuery execute

Michael Van Canneyt michael at freepascal.org
Wed Jun 24 19:19:26 CEST 2015



On Wed, 24 Jun 2015, aradeonas wrote:

> Thank you VERY MUCH Graeme for your helps but Im not that lazy :D
> That sentence was for Michael to show me where TSQLQuery fill
> parameters.

TSQLQuery does not do this, the TSQLConnection does this. For mysql this is mysqlconn.inc, line 592.

And the detExecute log DOES show the SQL with parameters replaced (as I imagined).

Michael.




More information about the Lazarus mailing list