[fpc-pascal] sql server embedded: sqlite the only solution?

Michael Van Canneyt michael at freepascal.org
Thu Dec 17 12:18:19 CET 2009



On Thu, 17 Dec 2009, Graeme Geldenhuys wrote:

> Michael Van Canneyt wrote:
>>
>> All it takes (if you use sqldb) is 1 statement in a unit initialization or program startup code:
>>
>> uses ibase60dyn; // must be there
>>
>> Begin
>>    UseEmbeddedFirebird:=True;
>>
>
>
> Thanks Michael. Any thoughts on a tiOPF patch for the SqlDB persistence
> layer? ;-)

And what should it do according to you ?

IMHO tiOPF kicks in too late; the layer is loaded only once, at program startup.

Michael.



More information about the fpc-pascal mailing list