On Dec 4, 2004, at 11:42 AM, Ulrik Petersen wrote:
Hello,
I want to compile the simple demo example for version 3 from the
documentation with version 2.8.15. I use 2.8.15, because my embedded
sqlite in php works with 2.8.x.
I changed all functions sqlite3... to sqlite... .
That is not quite enough, since some of the parameters have changed as
well. I suggest you Read The Fine Manual to sort out what needs to be
changed:
http://www.sqlite.org/c_interface.html
You only have to read the docs for a few calls, namely the ones in the
example program.
The document you link to is about the 2.x interface. I
made this very mistake recently when building an interface
against SQLite for CMUCL; the sqlite3 C interface document
is at http://www.sqlite.org/capi3ref.html instead.
--
Randall Randall <[EMAIL PROTECTED]>
Property law should use #'EQ , not #'EQUAL .