> hi-
>
> i dont think delphi 7 personal edition will work with sqlite (not 100%
> sure though).
> i believe i need more than a tdataset that works with sqlite to get it
> to work with delphi 7 personal edition.
> there is an alternative however. http://ibobjects.com seems to be very
> generous with licensing of the products
> for a hobbyist as long as you abide by NOT writing commercial software.
> It looks like exactly what i was
> searching for.  I will write the company and see if i can get the
> special license.  Only thing is i will be using
> firebird if i go this route instead. They have a nice brand new manual
> at amazon (800 pages) on firebird databases.
>  ....

Just a quick note, you don't need a TDataSet to use sqlite.  In fact I avoid
TDataSet because I have no need for everything it offers.  I just wrote my
own code around the sqlite.dll and then wrote a component around that to
make it a bit more robust.  Basically the same way you'd do it in C.  Delphi
is a great language to learn if you want to write up some quick apps in
windows/linux.  If you're looking to distribute source code, then the most
universally known language would be C obviously.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to