I have an Attache 7 GL system, which runs its own proprietary ODBC connector to its database. I want to connect to these tables in Postgres via odbc and get all the data into the Postgres database.
How can I connect to an ODBC database direct from Postgres and move the tables over into Postgres?
Thanks in Advance.