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

2011-11-30 Thread Miki Tebeka
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 -- http://mail.python.org/mailman/listinfo/python-list

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

2011-11-29 Thread Alec Taylor
Good afternoon, I was recently shown that my client runs MS Access everywhere, rather than a "real" database. There are many features they would be missing that something like a django frontend would provide. So I would like to move them to Postgres or MySQL (since MS Access support was been drop