You're using it via a network which is a no-no for SQLite. ANY remote access of a file under any networking infrastructure isn't guaranteed with SQLite.
On Sun, Sep 8, 2013 at 12:31 AM, Gintaras Didzgalvis < [email protected]> wrote: > 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 > [email protected] > http://sqlite.org:8080/cgi-**bin/mailman/listinfo/sqlite-**users<http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users> > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

