I replied to you on the sqlite-wince help forum, but also doing it here so others can see it.
In the meanwhile, I updated the long obsolete package on the sqlite-wince.sf.net package to the last 3.3.5 official SQLite release. [see below] On 4/10/06, Siobhan Kivler <[EMAIL PROTECTED]> wrote: > I'm porting over a rather larger win32 program to > WinCE. On a dynamic call to sqlite3_exec with these > commands: > > INSERT OR IGNORE INTO > > the program hangs indefinitely. sqlite3_exe is called > several time beforehand without any problems, but it > hangs everytime on the same call. > > My boss and I searched for and fixed any memory leaks > we could find, hoping that it would solve the problem, > but that wasn't the case. > > Do you know what could be causing this or what I > should try to fix it? You forgot to tell what source you are using (and the WinCE version). The current v3.x source on this site is outdated, as WinCE is now supported on the official SQLite source. If you're using the v3.x code on this site, please retry with the official source (use the pre-compiled win32 package) at http://www.sqlite.org. I'm currently using that code on an application of mine and don't see any problems with it, so far (but it's not production ready, so still lacks more testing, though). Best regards, ~Nuno Lucas > > Thank you!! > > Siobhan

