How can I convert an MS Access database (.mdb) file to a Sqlite database (.db) file? [closed]

Can anybody help me convert an MS Access (.mdb) file to an Sqlite database (.db) file?

I need to convert all the tables and dump the data inside.

Are there any tools available, or is there any API which converts .mdb to .db?


Solution 1:

Have you tried these 2 tools ? (searched Google for "mdb sqlite")

  • mdb-sqlite
  • access2sqlite