Re: [sqlite] SQLite Windows Mobile 6 Edition

2009-09-05 Thread Shane Harrelson
What compiler and compile time options are you using? On Fri, Sep 4, 2009 at 2:00 PM, Dominique Jann wrote: > Good night. > > I have a question about SQLite, very interesting project, how > compiling SQLite sources for Windows Mobile 6. > I couldn't compile project for

Re: [sqlite] SQLite Windows Mobile 6 Edition

2009-09-05 Thread Timothy A. Sawyer
I would be extremely interested in what you are doing with this project. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Dominique Jann Sent: Friday, September 04, 2009 2:00 PM To: sqlite-users@sqlite.org Subject: [sqlite]

[sqlite] SQLite Windows Mobile 6 Edition

2009-09-05 Thread Dominique Jann
Good night. I have a question about SQLite, very interesting project, how compiling SQLite sources for Windows Mobile 6. I couldn't compile project for this platform because have a many errors in compiling process. If you can hel me with this, i will be very thankful.

Re: [sqlite] Slow SELECT query

2009-09-05 Thread aba . elhaddi
Let's see if we can make the 7pm one. Eh Sent via BlackBerry from T-Mobile -Original Message- From: wlof Date: Fri, 4 Sep 2009 07:52:43 To: Subject: Re: [sqlite] Slow SELECT query Sebastian Bermudez wrote: > > 1) > Ok, change the index

[sqlite] Loading FTS3 as module: SQL error: error during initialization:

2009-09-05 Thread Lukas Haase
Hi, I want to load FTS3 dynamically as a module. I compile it from the source with: gcc -c fts3.c gcc -c fts3_expr.c gcc -c fts3_hash.c gcc -c fts3_icu.c gcc -c fts3_porter.c gcc -c fts3_tokenizer1.c gcc -c fts3_tokenizer.c gcc -shared fts3_expr.o fts3_hash.o fts3_icu.o fts3.o fts3_porter.o \

[sqlite] sqlite3_exec not functioning on arm_v6 toolchain

2009-09-05 Thread Umang Gupta
I am using sqlite3_exec() to run a sql query on arm machine but I am getting error saying : "malformed database schema error : unrecognized token " ' " . sqlite version is : 3.6.17. here is the code snippet being used : ** #include #include #include static int callback (void