[sqlite] Sqlite on Zaurus

2004-08-12 Thread Jean Bort
Hello, First, sorry for my english. I use Sqlite for Zaurus Application and for this, I generate a sqlite ipk. It can be download here : http://penbase.net/~jean/sqlite_2.8.15_arm.ipk I write a french documentation for compile and package Sqlite for Zaurus. Bye Jean

[sqlite] Sqlite on Symbian OS

2004-08-17 Thread Jean Bort
Hi, I search information on Symbian OS port of Sqlite : Is available ? Documentation exist ? Many thanks. Jean

[sqlite] "Malformed database schema"

2004-08-24 Thread jean . bort
hi, I work on Sqlite for Symbian OS, and I have a problem on device. When I open a new database, I have this message : "malformed database schema - library routine called out of sequence". myDB = sqlite_open("//system//programs//demo.sql", 0, &zErrMsg); Who can explain this error ? the same code