Yes, but it you right the component around TdataSet you get to use all of
the great database functionality that Borland's VCL offers, as well as tons
of 3rd party components.

Shawn 

-----Original Message-----
From: Jay Macaulay [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 04, 2004 11:34 AM
To: [EMAIL PROTECTED]
Subject: Re: [sqlite] re: academic software licensing (delphi)

> 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]



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

Reply via email to