SQLite Migrator is a useful utility that was designed to help you migrate to SQLite your schema and data from any database that you can connect to using ODBC.
SQLite Migrator will migrate all your tables, primary keys and columns, converting them to the equivalent SQLite data types (INTEGER, TEXT , REAL, BLOB ). You can also choose to migrate all your data as well. A complete log of the migration is displayed for you to review when the migration is complete.
Limitations:
· Will allow you to migrate up to 3 tables and up to 10 rows from each table
· Nag screen
What's New in This Release: [ read full changelog ]
· Fixed bug - Table and column names are now properly escaped so there should no longer be migration errors due to unusual characters