SQLite User Forum

Need help fix corrupted database db3 file
Login

Need help fix corrupted database db3 file

(1.1) By Andrew (atsoftinc) on 2022-05-04 19:33:29 edited from 1.0 [link] [source]

Hello everyone, I have a corrupted .db3 file (158mb) need to recover can anyone help me? Data dump ok too...

-Andrew

-Regard

(2) By Richard Hipp (drh) on 2022-05-04 19:57:49 in reply to 1.1 [source]

What messages do you get from:

PRAGMA quick_check;

(3) By Andrew (atsoftinc) on 2022-05-05 03:51:14 in reply to 2 [link] [source]

Error still persist after running PRAGMA quick_check command, see below. Anything else?

C:db3>sqlite3.exe DbProviderBad.db3

SQLite version 3.38.4 2022-05-04 15:45:55

Enter ".help" for usage hints.

sqlite> PRAGMA quick_check;

Parse error: database disk image is malformed (11)

sqlite>.quit

-Andrew