I'm attempting to connect to a Postgres database with the ODBC driver using a DF-20 program compiled in 64-bit. One problem I've found that all system tables throw the following errors when opened with the program or dbExplor. After clicking through numerous different errors the table seems to open but of course with no data. All of those tables open correctly with data when viewed in the Postgres back end so this would seem to be a driver issue. Anything that I should look for?

c:\program files\dataflex 20.0\bin64\dbexplor.exe
Index number out of range Legal index numbers: . Attribute = DF_INDEX_LEVELS, Table = wwsys (1), Indexnumber = [0], Source = ODBC_DRV.Get_Attribute


Error: 12298


MSG_ERROR_REPORT (433) - oErrorDialog (90) - at address 68396
MSG_UPDATEINDEXATTRIBUTES (11501) - oIndexAttributesAndControlsContainer (1379) - at address 96879
MSG_DOCREATEINDEXGRID (11502) - oIndexesTabPage (1310) - at address 96959
MSG_DOSYNCHRONISECURRENTORDERINGCONTROLS (11487) - oDataTabpage (1309) - at address 96212
MSG_DOSYNCHRONISECURRENTORDERINGCONTROLS (11487) - oDatatable (3086) - in native code
MSG_DOCREATEDATAGRID (11484) - oDataTabpage (1309) - at address 95734
MSG_DOCREATEINITIALDATAVIEW (11635) - oFileDataTabDialog (1250) - at address 101333
MSG_DOCREATEDATAFILEVIEW (10656) - oMainpanel (63) - at address 73052
MSG_DOREQUESTOPENFILE (11147) - oFilelistTreeView (838) - at address 86867
MSG_ONTVFILETIMER (10997) - oFilelistTreeView (838) - at address 86845
MSG_ONITEMCHANGED (6418) - oFilelistTreeView (838) - at address 87029
MSG_NOTIFY (723) - oFilelistTreeView (838) - at address 25958
[start] - at address 104952


Other subsequent errors:
Index number out of range Legal index numbers: . Attribute = DF_INDEX_KEY_LENGTH, Table = wwsys (1),
Index number out of range Legal index numbers: . Attribute = DF_INDEX_NUMBER_BUFFERS, Table = wwsys (1)
Index number out of range Legal index numbers: . Attribute = DF_INDEX_TYPE, Table = wwsys (1)
Index number out of range Legal index numbers: . Attribute = DF_INDEX_SQL_TYPE, Table = wwsys (1)
etc. etc.