On Jun 11, 2008, at 6:46 PM, derek walters wrote: > 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?
There are no known issues. Can you tell us what the query is and what your database schema is? D. Richard Hipp [EMAIL PROTECTED] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

