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/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
