Hi.

Using sqlitejdbc-v056.jar I ran into some problems creating a database 
that is larger than 2GB. Using the same code in Oracle Java 7 32bit does 
not make any problems.

On 64bit I get the following error when the database reaches 2.00 GiB:

java.sql.SQLException: disk I/O error
        at org.sqlite.DB.throwex(DB.java:288)
        at org.sqlite.DB.executeBatch(DB.java:236)
        at org.sqlite.PrepStmt.executeBatch(PrepStmt.java:83)

Robert

_______________________________________________
SQLiteJDBC mailing list
[email protected]
https://lists.hcoop.net/listinfo/sqlitejdbc

Reply via email to