On Mon, 26 Aug 2024 05:05:41 +0000 Timothy Sipples <[email protected]> wrote:
:>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 Tim, I am not having much luck finding zOS REST doc. Which bookshelf should have it? -- Binyamin Dissen <[email protected]> http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
