Hi, > I have one more problem. A user was testing my app and provided me the > database files he claims to be working earlier but cannot be used by > now because something is wrong. He claims the password was not set and > db was not encrypted.
If the database is not encrypted, you can use the Recover tool to get the SQL script from the database: http://www.h2database.com/javadoc/org/h2/tools/Restore.html > Does the message [8004-108] appear only when login data is wrong or > the case could be that there is file corrupted? In other words - can I > be sure that file is ok? I suggest to use the "Online Error Analyzer" tool. Go to http://www.h2database.com - Error Analyzer - then paste the stack trace or error message. Actually it's enough to paste "[8004-108]". Then click Details. Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
