Hi I followed all the instructions at:
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql.html
And got /usr/local/lib/psqlodbcw.so compiled and loaded as ODBC driver
However when I try to connect to the DB I get:
Could not connect to Source DBMS.
[07006] Received an unsupported type from Postgres. (14) (SQLGetData)
ODBC connection string: Driver=psqlODBC;SERVER=127.0.0.1;PORT=5432;DATABASE=xyz;UID=myuser;UseDeclareFetch=1
Not sure what to do? - I don't even get the password prompt.
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql.html
And got /usr/local/lib/psqlodbcw.so compiled and loaded as ODBC driver
However when I try to connect to the DB I get:
Could not connect to Source DBMS.
[07006] Received an unsupported type from Postgres. (14) (SQLGetData)
ODBC connection string: Driver=psqlODBC;SERVER=127.0.0.1;PORT=5432;DATABASE=xyz;UID=myuser;UseDeclareFetch=1
Not sure what to do? - I don't even get the password prompt.