Hi,

SQLite running on Microsoft Virtual PC 2007 cannot read and write databases that are on host PC.

Details:
sqlite3_open_v2(SQLITE_OPEN_READWRITE) succeeds, but sqlite3_exec returns SQLITE_BUSY, even with SELECT.
Using the official downloaded sqlite3.dll, version 3.8.0.
OS on guest PC, where SQLite is used: Windows XP, SP3.
OS on host PC: Windows 7, 32-bit.
Accessing the database file using the "shared folders" feature of Virtual PC.
Windows API functions can read and write the file.
No problems on Vmware player (accessing the file through its virtual network).

--
--

Gintaras
http://www.quickmacros.com
__________________________

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to