There's nothing I can do about a corrupt database. Your best bet is to
try the sqlite command line tool.

I am deeply worried about how this database was corrupted. Do you know
if you were using a pure java driver, or the native driver?

d.

2008/7/2 Ramesh <[EMAIL PROTECTED]>:
>
> 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]
-~----------~----~----~----~------~----~------~--~---

Reply via email to