[Lazarus] SQLite - disk I/O error only on virtual machine

2013-03-07 Thread Krzysztof
Hi, I noticed strange behavior when running application on virtualbox linux mint 14 64bit machine. This occur only when I attach second database to sqlite3connection and then call SQLTransaction.Commit. This is my code: try FConn := TMySqlite3Connection.Create(Self); FConn.Transaction :

Re: [Lazarus] SQLite - disk I/O error only on virtual machine

2013-03-08 Thread Michael Van Canneyt
On Thu, 7 Mar 2013, Krzysztof wrote: Hi, I noticed strange behavior when running application on virtualbox linux mint 14 64bit machine. This occur only when I attach second database to sqlite3connection and then call SQLTransaction.Commit. This is my code:   try     FConn := TMySqlite3Conne

Re: [Lazarus] SQLite - disk I/O error only on virtual machine

2013-03-08 Thread Ludo Brands
On 03/07/2013 08:50 PM, Krzysztof wrote: > Hi, > > I noticed strange behavior when running application on virtualbox linux > mint 14 64bit machine. This occur only when I attach second database to > sqlite3connection and then call SQLTransaction.Commit. This is my code: > > > Even if error occu

Re: [Lazarus] SQLite - disk I/O error only on virtual machine

2013-03-08 Thread Luca Olivetti
Al 07/03/13 20:50, En/na Krzysztof ha escrit: > Hi, > > I noticed strange behavior when running application on virtualbox linux > mint 14 64bit machine. This occur only when I attach second database to > sqlite3connection and then call SQLTransaction.Commit. This is my code: Does the database fil

Re: [Lazarus] SQLite - disk I/O error only on virtual machine

2013-03-08 Thread Krzysztof
Shared folder was the problem. Thanks! -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus