From: Alfred A. <al...@an...> - 2005-08-26 21:11:55
|
I've written two programs to simplify export from MDB to PostgreSQL. They are named mdb-pg-schema - dumps MDB schema in PostgreSQL mdb-pg-export - exports the data in the PostgreSQL COPY format. Their main goal is to copy MDB to PostgreSQL in two steps: 1. step: mdb-pg-schema file.mdb | psql -f - database 2. step: mdb-pg-export file.mdb | psql -f - database and you have MDB database in PostgreSQL. If they are of any interest to the mbdtools users, please tell me, to whom can I send them. I think thay are mature enough, to go into V0.6. Alfred |