Page 1 of 1

Automated (control line operation)

Posted: Fri Mar 08, 2013 4:09 pm
by veneff
Hi,

I was looking for a way to convert Access DBs to SQLite. Your program comes close and is easy to use.
I wrote a program to modify your MySql dump to a form acceptable to SQLite import. This seems to work well.

I have many Access DBs that I need to convert, probably on a frequent basis. I can generate a ini file for each conversion, but the ini file also specifies which tables to convert "sourcetables[]=...". Is there a way to indicate via the ini file to convert All tables without listing them?

Thanks for providing this (free) program!

Vance