Re: [sqlite] SQLite disk I/O error

2014-01-01 Thread Richard Hipp
On Wed, Jan 1, 2014 at 10:06 AM, Tal Tabakman wrote: > Hi Richard, > > per your reply (attached below) > > we are printing the last error message using sqlite_errmsg ... is it > enough ? > > anyway, the errors varies > > for example once I got an error when inserting to a table and then I > got th

Re: [sqlite] SQLite disk I/O error

2014-01-01 Thread Tal Tabakman
Hi Richard, per your reply (attached below) we are printing the last error message using sqlite_errmsg ... is it enough ? anyway, the errors varies for example once I got an error when inserting to a table and then I got this for example: "Could no execute SQL statement: PRAGMA synchronous = 0

Re: [sqlite] SQLite disk I/O error

2014-01-01 Thread Richard Hipp
On Wed, Jan 1, 2014 at 8:19 AM, Tal Tabakman wrote: > Hi guys > what is the reason for getting errors of type "SQLite disk I/O error" when > doing operation like insert on sqlite DB. > Could be a lot of things. Depends on what you are doing, what system you are running on, etc. Can you enable

[sqlite] SQLite disk I/O error

2014-01-01 Thread Tal Tabakman
Hi guys what is the reason for getting errors of type "SQLite disk I/O error" when doing operation like insert on sqlite DB. seems like that the work dir in which I generate the DB has more space in it. any advice will be appreciated, ___ sqlite-users m

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

2013-03-08 Thread Krzysztof
Problem solved. It was shared folder issue ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] 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 (this is Free Pascal / Lazarus wrapper for SQLite): try FConn := TMySqli