A TSQLLiteQuery would seem more like it. I actually need to add some basic
SQL functionality to a product without going the whole hod and using
Interbase (big overhead to process a simple query once in a blue moos) so
this is something I might look into. This is something I could justifably do
in w
> And yes Matt
> Emson, I do understand why my original functions weren't working :)
including the part about not passing Strings as var params too? ;-P
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pasc
Why not use a TObjectList?? IIRC that is available. In unit Contnrs.pas. It
will do a lot more for you. It can 'own' the objects, and therefore free you
from needing to manage them.
Simple descendent (typed at speed, with no testing):
N.B. This is a WRAPPER because it allows the programmer more c