Due to an error in my program program it got stopped without closing
the connection .
>From then onwards when i am trying to access a table it's giving me
this error.
This error is coming only when i access to a particular table , all
the other tables or working correctly. Error is :
java.sql.SQLException: database disk image is malformed
at org.sqlite.DB.execute(DB.java:275)
at org.sqlite.DB.executeUpdate(DB.java:281)
at org.sqlite.Stmt.executeUpdate(Stmt.java:103)
at
connectdatabase.ConnectSQLiteDataBase.executeUpdate(ConnectSQLiteDataBase.java:
70)
Please help in solving this issue. How do i get the corrupted table
data back.
Thanks in advance...
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---