[Lazarus] Get SQL before TSQLQuery execute

Graeme Geldenhuys mailinglists at geldenhuys.co.uk
Wed Jun 24 17:58:26 CEST 2015


On 2015-06-24 16:16, aradeonas wrote:
> I will read about tiOPF (Thank you)

tiOPF makes database development very easy, and a big plus is that you
will not be tied to one specific database backend, and you can simply
recompile to enable 3-tier support too (without application changes).

> but I want to ask is TSQLQuery fill
> parameters in SQL and then send it to MySQL or not?

Yes of course, otherwise your queries wouldn't work. ;-) In tiOPF I
first log the SQL statement, then output the query parameter list/values.

Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/




More information about the Lazarus mailing list