conn.getMetaData().getDriverVersion() is giving me 1 sorry i am unable to reproduce it again....
can you tell me which driver i am using... Thanks for your help On Jul 4, 10:36 pm, "David Crawshaw" <[EMAIL PROTECTED]> wrote: > No, I cannot recover your data. I would like to find out how it got > corrupted and make sure it does not happen again. > > You can call conn.getMetaData().getDriverVersion() to work out if you > are running the pure java driver or the native driver. > > If you can reproduce the corruption, I can fix it. Otherwise, the best > I can do is poke around and guess. > > d. > > 2008/7/4 Ramesh <[EMAIL PROTECTED]>: > > > > > Sorry I don't know whether i am using a pure java driver or native > > driver . > > > why do u need that information? > > > can u solve my problem based on that? > > > On Jul 3, 5:16 pm, "David Crawshaw" <[EMAIL PROTECTED]> wrote: > >> 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] -~----------~----~----~----~------~----~------~--~---
