I have a situation where the application was developed using MySQL and 90% complete, before the customer told us
that they need to be able to generate maps in ArcMap.
I have the data available in PostgreSQL using mysql_fdw. The data is in its own db instance and table. I can connect
to PostgreSQL from the command line and successfully select against the table.
From ArcMap, I can create a database connection ( connect appears in the catalog with no error messages), but no tables appear in ArcMap.
Anyone else using a similar setup or have any clues about what step I missed in setting things up ?
Mike