<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Access to PC based MySQL database from OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862906#M34796</link>
    <description>Let me have another try...&lt;BR /&gt;&lt;BR /&gt;In Jean-Francois Pieronne's port of MySQL server to OpenVMS Alpha I see:&lt;BR /&gt;&lt;BR /&gt;Directory MYSQL_ROOT:[VMS.LIB]&lt;BR /&gt;&lt;BR /&gt;mysqlclient_mixed.olb;1                 mysqlclient_upper.olb;1&lt;BR /&gt;&lt;BR /&gt;So it seems this contains a client library.&lt;BR /&gt;&lt;BR /&gt;Download it at &lt;A href="http://www.pi-net.dyndns.org/anonymous/kits/#mysql" target="_blank"&gt;http://www.pi-net.dyndns.org/anonymous/kits/#mysql&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
    <pubDate>Thu, 14 Sep 2006 09:40:18 GMT</pubDate>
    <dc:creator>Martin Vorlaender</dc:creator>
    <dc:date>2006-09-14T09:40:18Z</dc:date>
    <item>
      <title>Access to PC based MySQL database from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862904#M34794</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;Hopefully this is just a case of pointing me in the right direction.&lt;BR /&gt;&lt;BR /&gt;We have a MySQL database running on a PC and some folks would like some access to it from a variety of programming languages under OpenVMS (Pascal and C mainly).&lt;BR /&gt;&lt;BR /&gt;Various searches haven't been too helpful when tracking down what is needed in the way of a MySQL client.&lt;BR /&gt;&lt;BR /&gt;Hope you can help&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 14 Sep 2006 08:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862904#M34794</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2006-09-14T08:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Access to PC based MySQL database from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862905#M34795</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;it won't be much help for you ("Pascal and C mainly"), but Bernd Ulmann used the pure-Perl Module Net::MySQL to get data from MySQL on a Unix host to Rdb. &lt;BR /&gt;&lt;BR /&gt;See &lt;A href="http://h71000.www7.hp.com/openvms/journal/#recipes" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/#recipes&lt;/A&gt; and &lt;A href="http://search.cpan.org/~oyama/Net-MySQL-0.09/MySQL.pm" target="_blank"&gt;http://search.cpan.org/~oyama/Net-MySQL-0.09/MySQL.pm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Thu, 14 Sep 2006 09:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862905#M34795</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-09-14T09:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Access to PC based MySQL database from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862906#M34796</link>
      <description>Let me have another try...&lt;BR /&gt;&lt;BR /&gt;In Jean-Francois Pieronne's port of MySQL server to OpenVMS Alpha I see:&lt;BR /&gt;&lt;BR /&gt;Directory MYSQL_ROOT:[VMS.LIB]&lt;BR /&gt;&lt;BR /&gt;mysqlclient_mixed.olb;1                 mysqlclient_upper.olb;1&lt;BR /&gt;&lt;BR /&gt;So it seems this contains a client library.&lt;BR /&gt;&lt;BR /&gt;Download it at &lt;A href="http://www.pi-net.dyndns.org/anonymous/kits/#mysql" target="_blank"&gt;http://www.pi-net.dyndns.org/anonymous/kits/#mysql&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Thu, 14 Sep 2006 09:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862906#M34796</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-09-14T09:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Access to PC based MySQL database from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862907#M34797</link>
      <description>The OpenVMS Faq has some hints here.&lt;BR /&gt;Also, just Google: +odbc +openvms&lt;BR /&gt;&lt;BR /&gt;You'll find stuff like:&lt;BR /&gt;&lt;A href="http://www.odbcsdk.com/products/openrda/unix_overview.asp" target="_blank"&gt;http://www.odbcsdk.com/products/openrda/unix_overview.asp&lt;/A&gt;&lt;BR /&gt;"OpenRDA ODBC Driver for UNIX and OpenVMS allows applications on these platforms to access any ODBC compliant database on a Microsoft Windows "&lt;BR /&gt;&lt;BR /&gt;Not saying this is a good, bad or great solution. Just a lead. &lt;BR /&gt;Similar products exist.&lt;BR /&gt;&lt;BR /&gt;The other direction also exists, for example easysoft odbc-rms.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2006 10:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862907#M34797</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-09-14T10:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Access to PC based MySQL database from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862908#M34798</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;The OpenVMS MySQL kit contains the mysql client program and as Martin wrote the necessary libraries to write C (or PASCAL) program to access a MySQL database on any system are include in the kit.&lt;BR /&gt;&lt;BR /&gt;There is no MyQL client kit but you ca njust install the MySQL server kit and don't configure and start the server.&lt;BR /&gt;&lt;BR /&gt;JF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2006 12:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862908#M34798</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2006-09-14T12:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Access to PC based MySQL database from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862909#M34799</link>
      <description>Many thanks, hopefully should get something going today.</description>
      <pubDate>Fri, 15 Sep 2006 02:00:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/access-to-pc-based-mysql-database-from-openvms/m-p/3862909#M34799</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2006-09-15T02:00:35Z</dc:date>
    </item>
  </channel>
</rss>

