I?m not aware of any ODBC driver on z/OS that can access MySQL databases (except by luck perhaps). But you have at least a couple other options:
1. You can ?glue? a C/C++ application to JDBC via JNI. There?s a platform independent JDBC driver for MySQL available for download here: https://dev.mysql.com/downloads/connector/j/ 2. MySQL supports REST services. Details here: https://blogs.oracle.com/mysql/post/introducing-the-mysql-rest-service C/C++ applications on z/OS can access REST services in a variety of ways. One way is to use the z/OS Client Web Enablement Toolkit that?s included in the base z/OS operating system at no additional charge. Here?s a link to some sample C code that uses the z/OS Client Web Enablement Toolkit: https://github.com/IBM/zOS-Client-Web-Enablement-Toolkit/tree/main/Example-Download ????? Timothy Sipples Senior Architect Digital Assets, Industry Solutions, and Cybersecurity IBM Z/LinuxONE, Asia-Pacific [email protected] ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
