Search code examples
sqlitems-access-2003database-administrationdata-synchronization

Free tool to sync data from ms access to sqlite


is there any tool that can compare data from ms-access database table with sqlite table and update it if finds it updated and insert if not found?

Thanks in advance


Solution

  • There aren't any good tool that allows one click conversion from one db to antoher, so created a utility in c# for the same.