At Exploratory Desktop 6.6, we started to provide M1 (Apple Silicon) edition.
On the M1 edition, RODBC R package, and database connection via iODBC, which was done by RODBC R package, are desupported.
Therefore, if you have database connections via iODBC, they need to be migrated to unixODBC, for Exploratory to keep reading data from them.
To make use of unixODBC, it needs to be installed on your Mac. For more information, please take a look at this Note.
To migrate existing iODBC Connections to unixODBC, there are 2 ways.
Following the instruction for the ODBC driver, set up a DSN for unixODBC.
Then, on Exploratory, open the Connection Dialog for the Connection which became invalid since it was using iODBC originally, and select the new unixODBC-based DSN for the Connection.
Click Update button, and the connection via unixODBC becomes ready for use.
It is possible (but not always) that your existing ODBC driver has compatibility with unixODBC, and you can reconfigure it to make it work with unixODBC.
For an example of such a reconfiguration, please take a look at this Note.