Access To PostgreSQL | Download |
Access to PostgreSQL
Introduction
Access to PostgreSQL is a small program that will convert Microsoft Access Databases to PostgreSQL.
This product is very similar to Access to MySQL. Until the description of this product is done, you can read about the Access to MySQL. The documentation will apply to this product as well. Just replace any occurrence of MySQL with PostgreSQL.
If you want to send your Access tables directly to a PostgreSQL database, you need to install an ODBC driver for the PostgreSQL database. You can download the driver at the link below.
http://www.postgresql.org/ftp/odbc/versions/msi/
Version 9.3.400 of the ODBC driver was used to test the latest release of this tool. You just have to install the ODBC driver. There is no need to set up an ODBC connection. The program will handle that for you.
Version History
5.4.0.281 (2017-10-27)
- Fix for problem where some Access tables were not shown.
- Fixed problem with backslash in source tables.
- Support for chr(0) or \0 in text strings.
5.4.0.280 (2016-05-17)
- Fix in ODBC detection on 32 bit systems.
5.4.0.274 (2016-01-05)
- Fix for index name duplicates.
- Support for newer ODBC driver.
- Encoding of ? added.
- Encoding of ' changed.
5.3.0.259 (2015-02-09)
- Better handling of boolean default values.
- Fix for error 55 in CmdFinish_Click.
5.0.0.229 (2012-12-18)
- Improvements for 64 bit systems.
3.0.0.148 (2011-01-12)
- Changes in the user interface to render properly with different DPI settings.
- Fix for running unattended.
3.0.0.138 (2010-06-10)
- Binary fields are transferred as hex encoded TEXT fields.
- GO statements were removed from dumpfile.
- Comment lines in dump file are now prefixed with -- instead of #.
- Statements in dump file are now ending with ; (semicolon).
3.0.0.134 (2010-05-08)
- First release.