Hello,

I'm getting the following error:
ERROR root main.46  - org.h2.jdbc.JdbcSQLException: File corrupted
while reading record: "wrong checksum". Possible solution: use the
recovery tool [90030-143]

with this code:
Connection conn=null;
try {
  conn = DriverManager.getConnection("jdbc:h2:./dbf-
parser;AUTOCOMMIT=OFF", "sa", "");
} catch (SQLException ex) {
      logger.error(ex);
}

The System is a Windows 98 and I'm using Java 1.5.22.

The database-file doesn't exist before this connect and can't also be
used after it was automatically created.

The search with google wasn't very successfully.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to