Hello Daniel, > 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. This isn't much help, I realize, but there is wisdom in RTFM'ing before asking a forum, as Eric S. Raymond has so cogently written about: "How To Ask Questions the Smart Way": http://www.catb.org/~esr/faqs/smart-questions.html HTH Ulrik P. >From the quoted document: Before You Ask Before asking a technical question by email, or in a newsgroup, or on a website chat board, do the following: 1. Try to find an answer by searching the Web. 2. Try to find an answer by reading the manual. 3. Try to find an answer by reading a FAQ. 4. Try to find an answer by inspection or experimentation. 5. Try to find an answer by asking a skilled friend. 6. If you are a programmer, try to find an answer by reading the source code. When you ask your question, display the fact that you have done these things first; this will help establish that you're not being a lazy sponge and wasting people's time. Better yet, display what you have learned from doing these things. We like answering questions for people who have demonstrated that they can learn from the answers. -- Ulrik Petersen, Denmark

