Converting MS Access DB to Postgres or MySQL for ORM support with SQLalchemy

Miki Tebeka miki.tebeka at gmail.com
Wed Nov 30 09:55:10 EST 2011


You can read data using win32com (ADODB?) and then write it to the desired database using the right package (psycopg2 ...).

See example for reading data at http://mail.python.org/pipermail/python-win32/2006-March/004420.html



More information about the Python-list mailing list