Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert Database From MSAccess to SQlite for android

I have a database of MSAccess and now i want to convert into SQLite database. Is it possible? If yes and if you have any idea related to it than please Share with me. Thanks.

like image 323
Hiren Patel Avatar asked Jun 18 '13 13:06

Hiren Patel


2 Answers

you can convert it using following tools:

https://www.sqlite.org/cvstrac/wiki?p=ConverterTools

http://mdb2sq3.codeplex.com/

http://www.basic4ppc.com/forum/code-samples-tips/78-how-convert-access-database-sqlite-database.html

like image 157
Sagar Maiyad Avatar answered Oct 15 '22 16:10

Sagar Maiyad


if your database contains forty tables with eighty relationships, constrains you can try to use: https://github.com/arturasn/mdb2sqlite

Executable direct download: https://github.com/arturasn/mdb2sqlite/blob/master/bin/mdb2sqlite.exe

like image 42
Slider Avatar answered Oct 15 '22 16:10

Slider