[SQLiteJDBC] Issues with databases larger 2GB on Windows 64 bit?
Robert
robert at mailueberfall.de
Tue May 15 13:55:00 EDT 2012
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
More information about the SQLiteJDBC
mailing list