Stephen Sutherland wrote:
use the quick start code http://www.sqlite.org/quickstart.html That's what I used to build all my code from
Stephen,

The quickstart code is very old. It uses the callback function interface which is a depreciated API function that is maintained primarily for backward compatibility.

You should really look at the prepare/bind/step/column set of API functions introduced in version 3 which is described at http://www.sqlite.org/capi3.html

Dennis Cote

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to