Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16434

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

Newsgroups comp.lang.python
Date 2011-11-30 06:55 -0800
References <mailman.3142.1322628573.27778.python-list@python.org>
Subject Re: Converting MS Access DB to Postgres or MySQL for ORM support with SQLalchemy
From Miki Tebeka <miki.tebeka@gmail.com>
Message-ID <mailman.3159.1322664913.27778.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Converting MS Access DB to Postgres or MySQL for ORM support with SQLalchemy Alec Taylor <alec.taylor6@gmail.com> - 2011-11-30 15:49 +1100
  Re: Converting MS Access DB to Postgres or MySQL for ORM support with SQLalchemy Miki Tebeka <miki.tebeka@gmail.com> - 2011-11-30 06:55 -0800
  Re: Converting MS Access DB to Postgres or MySQL for ORM support with SQLalchemy Miki Tebeka <miki.tebeka@gmail.com> - 2011-11-30 06:55 -0800

csiph-web