How to Do Sqlite Database Recovery and Convert It in .Db, MS Access and SQL .Mdf File Format by Software
Edited by james mascarenhas
This tutorial is for SQLite Database users who want to repair their SQLite database and restore the data in the default SQLite database format or in MS Access, SQL Master Database File (.mdf) formats.
Edit Steps
-
1Download and open SQLite Database Recovery Software on your PC.
-
2Browse to the corrupt SQLite database file location (File Extension .db, .sqlite, .sqlite3). Choose file and then click ok.
-
3The software will perform the scanning process over the selected database. Wait for the scanning process to get completed.
-
4After performing the scanning process the software will give a confirmation message. Click "OK" to proceed further.
-
5The SQLite Recovery Software will give a summary of the database structure and its associated elements(Tables, Views, Triggers etc). Click "Close" to proceed further
-
6The user is now taken to screen where in-depth analysis can be done pertaining to the recovered database. The user is now able to see every constituent elements of that SQLite database.
-
7Now click on "Export" button to save the recovered database.
-
8At this point the user has a choice to save the database in SQLite, MS Access or SQL Server .mdf file format. Select and click OK.
-
9If the user wants to convert the SQLite database in SQL MDF file format he needs to click on "Other Database" radio button.
If the DSN is already exists for SQL Server Compatibility, simply choose that DSN. -
10If the DSN is not showing up, the user needs to create a new DSN before he can export that database in SQL Server MDF File format. An example to create a DSN is provided in the image.
-
11The rest of the steps are all common for all three database types. The software will prompt user to provide data type mapping of the database. Once completed click "OK".
-
12Provide the destination path to save the recovered SQLite database.
-
13Wait till the software perform the process of exporting the database.
-
14Once the export process is completed the software will greet user with a success message. Click "OK".
-
15The last and final step in SQLite database recovery is to read the report that is generated by the software. Click "Close" button.
-
16You can close the application. Now you will be able to safely use your repaired SQLite database.
Edit Warnings
- To be on safe side the user are advised to create a backup of their corrupt SQLite database before proceeding further with the software.