Thank you very much for replying. I was using the 3.2.2 version of the sqlite WinCE port. I tried using the pre-compiled win32 version 3.3.5 as you suggested, but I got a couple of errors. GetLastError returned ERROR_MOD_NOT_FOUND, and the compiler said that the target platform of the DLL did not match the current target. I am using WinCE 5.0 on an emulator.
Is there something really obvious I need to do to get it to work for Windows CE? Thank you, Siobhan --- Nuno Lucas <[EMAIL PROTECTED]> wrote: > 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 > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

