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: > <snip> > > Even if error occur, commit succesful created tables. When I run it on > normal Linux installation (also Mint 14 64bit) then everything is ok. > Both OS have same sqlite version (3.7.13) from ubuntu repo. > I will post this report on sqlite mailing list too, but maybe you had > similar problem. >
Try running with strace to see where exactly the problem is, IF there is really an IO problem. Ludo -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
