Re: [sqlite] Strange problem with different sqlite versions accessing the same database

2009-11-10 Thread Pavel Ivanov
> Any idea? Apparently you have problematic implementation of network drive. Generally it's a very bad idea to use SQLite with file on network drive because SQLite uses file system locking mechanisms which are pretty bad working on network drives. Pavel On Tue, Nov 10, 2009 at 8:00 PM, Yuzem wr

Re: [sqlite] Strange problem with different sqlite versions accessing the same database

2009-11-10 Thread Yuzem
Ok, I have replaced the older version and now I have the same sqlite version on both computers but the problem persist. Changes don't get saved on the computer that access the database trough the network. Any idea? -- View this message in context: http://old.nabble.com/Strange-problem-with-diff

[sqlite] Strange problem with different sqlite versions accessing the same database

2009-11-08 Thread Yuzem
I have one database on a shared folder across the network. The database is accessed by two different computers with different sqlite versions. There was no problem until I updated the OS on one of the computer. Now I have: 1: Ubuntu Hardy - sqlite3 3.4.2 2: Ubuntu Karmic - sqlite3 3.6.16 The newe