Reputation: 54949
I have two tables
regions(id, name)
countries(id, name, region_id)
which is in MySQL format and i want to convert it into SQLite database. I have tried a few softwares but i am not able to get it to convert.
Is there any easy wat to convert them considering its a fairly simple tables.
I had a look at the following links
http://www.sqlite.org/cvstrac/wiki?p=ConverterTools
http://dbconvert.com/convert-sqlite-to-mysql-pro.php
Either the software is paid or i am not able to get them to work.
Upvotes: 5
Views: 3301
Reputation: 533
http://www.fileguru.com/DBConvert-For-SQLite---MySQL/info I hope this is what u r looking for.Please check it out.
Upvotes: 2