[EMAIL PROTECTED] said:

> 1. How can I get the dll to return JUST the desired data?
>    When I send the following SQL, for example,

You can get just the data that you want by using the prepared statements
feature of the 3.0.x dll.  It sounds like you're using the table output
method for getting your results.  This is fine, but it means that you need
it ignore the first row of data, which in the table interface is the
column labels.

Because sqlite is implemented as a C library, you can use it pretty much
directly from Delphi in exactly the way you would use the C interface.  It
might be worth your while to do that, since you'd have a lot more control
over your interaction.

Clay Dowling
-- 
Lazarus Notes from Lazarus Internet Development
http://www.lazarusid.com/notes/
Articles, Reviews and Commentary on web development

Reply via email to