Re: [fpc-pascal]SQLITE with FPC

2003-08-11 Thread Matt and Lisa Emson
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

Re: [fpc-pascal]Strange Segfault...

2003-07-13 Thread Matt and Lisa Emson
> 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

Re: [fpc-pascal]TCollection question

2003-07-06 Thread Matt and Lisa Emson
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