<?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: ODBC from OpenVMS Applications in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015607#M37830</link>
    <description>Tom, ConnX (&lt;A href="http://www.connx.com/)" target="_blank"&gt;http://www.connx.com/)&lt;/A&gt; is another good VMS-orientated product.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
    <pubDate>Fri, 08 Jun 2007 02:48:13 GMT</pubDate>
    <dc:creator>Robert Atkinson</dc:creator>
    <dc:date>2007-06-08T02:48:13Z</dc:date>
    <item>
      <title>ODBC from OpenVMS Applications</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015605#M37828</link>
      <description>I have many applications (written in Fortran and Assembler) on OpenVMS. I have an interest in accessing databases on external platforms (such as DB2, etc). Is there any mechanism to do this? Is there such a thing as ODBC access to external data?</description>
      <pubDate>Thu, 07 Jun 2007 12:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015605#M37828</guid>
      <dc:creator>Tom W Lynch</dc:creator>
      <dc:date>2007-06-07T12:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC from OpenVMS Applications</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015606#M37829</link>
      <description>Yes.  There are ODBC clients and servers available for OpenVMS.  Here are some details on this topic from the OpenVMS FAQ at (&lt;A href="http://www.hoffmanlabs.com/vmsfaq" target="_blank"&gt;www.hoffmanlabs.com/vmsfaq&lt;/A&gt; :&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;         9.9  Can I use ODBC to connect to OpenVMS database files?&lt;BR /&gt;&lt;BR /&gt;                   Yes, you can use various available third-party packages&lt;BR /&gt;                   that permit remote ODBC clients to access RMS files and&lt;BR /&gt;                   various commercial databases via the network.&lt;BR /&gt;&lt;BR /&gt;                   For RMS, consider acquiring one of the packages&lt;BR /&gt;                   available from EasySoft, Attunity Connect (formerly&lt;BR /&gt;                   known as ISG Navigator), Oracle (DB Integrator),&lt;BR /&gt;                   SolutionsIQ, OpenLink Software (OpenLink Universal&lt;BR /&gt;                   Data Access), and Synergex.&lt;BR /&gt;&lt;BR /&gt;                   The unixODBC package available at&lt;BR /&gt;                   &lt;A href="http://www.unixodbc.org" target="_blank"&gt;http://www.unixodbc.org&lt;/A&gt; has variously been found to&lt;BR /&gt;                   operate on OpenVMS, as well.&lt;BR /&gt;&lt;BR /&gt;                   For specific commercial databases (other than RMS,&lt;BR /&gt;                   of course), contact the database vendor directly for&lt;BR /&gt;                   assistance.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;A quick look just now also found:&lt;BR /&gt;&lt;A href="http://www.openaccesssoftware.com/products/openrda/unix_overview.asp" target="_blank"&gt;http://www.openaccesssoftware.com/products/openrda/unix_overview.asp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And here's some example stuff on Attunity:&lt;BR /&gt;&lt;A href="http://www.attunity.com/forums/openvms-integration/openvms-odbc-example-978.html" target="_blank"&gt;http://www.attunity.com/forums/openvms-integration/openvms-odbc-example-978.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2007 12:42:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015606#M37829</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-06-07T12:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC from OpenVMS Applications</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015607#M37830</link>
      <description>Tom, ConnX (&lt;A href="http://www.connx.com/)" target="_blank"&gt;http://www.connx.com/)&lt;/A&gt; is another good VMS-orientated product.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Fri, 08 Jun 2007 02:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015607#M37830</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2007-06-08T02:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC from OpenVMS Applications</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015608#M37831</link>
      <description>Yes, among other types of access.  Do you have external systems involving multiple different RDMS vendors, or is DB2 the only one?  Do you have enough control over those external systems and adequate budget to acquire and install additional services on those systems (something required by most commercial ODBC solutions for VMS)?  I'm not aware of an open source or freeware ODBC driver for DB2, so a commercial solution may be the only viable alternative.&lt;BR /&gt;&lt;BR /&gt;Just a thought, but you could in principle write your top-level code in Java and access the data with JDBC calls, then pass it to your FORTRAN and MACRO code using JNI, but that might be more fun than you want to have.</description>
      <pubDate>Fri, 08 Jun 2007 13:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015608#M37831</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2007-06-08T13:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC from OpenVMS Applications</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015609#M37832</link>
      <description>Thank you all for your ideas. I am pursuing some of the commercial driver possibilities.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Fri, 08 Jun 2007 14:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015609#M37832</guid>
      <dc:creator>Tom W Lynch</dc:creator>
      <dc:date>2007-06-08T14:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC from OpenVMS Applications</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015610#M37833</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;I just noted you are new her, so&lt;BR /&gt;&lt;BR /&gt;WELCOME to the VMS Forum.&lt;BR /&gt;&lt;BR /&gt;You are kindly requested to value the answers you got:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That is all reward you can give to the repondents, and it will cost you just a few seconds, and nothing more.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Fri, 08 Jun 2007 14:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/odbc-from-openvms-applications/m-p/4015610#M37833</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-06-08T14:48:33Z</dc:date>
    </item>
  </channel>
</rss>

