I have a program that uses sqlite_exec in a loop of about a thousand
queries. In windows XP (32), the program operates fine, but with Vista (64)
I get random occurances of SQLITE_CANTOPEN (about 0.5% -- 5 or so -- of the
1000 queries have this error) as a return from the function when using the
same data. Is there any known compatibility issues between SQlite and Vista,
specifically 64-bit?

Another thing I've noticed, is that even when using the same laptop model,
the program running under Vista seems to run through the function
sqlite_exec ~10x faster than under XP.
Thanks,
-- 
--
Derek Walters
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to