<?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: Connecting to Remote Access Database in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/connecting-to-remote-access-database/m-p/3935579#M35367</link>
    <description>In terms of the plumbing involved here, there are PHP connections into ODBC clients and there are ODBC clients for OpenVMS and ODBC clients can access ODBC servers on various platforms.  If you're running behind the Apache (SWS) web server, the key logical names are APACHE$ODBC_SHR and APACHE$ODBC_PFX.&lt;BR /&gt;&lt;BR /&gt;Attunity Connect formerly offered this with its On Platform package, and there is still a recipe describing the configuration and the sequence of getting from PHP behind Apache through to a remote database using ODBC.  This in the Apache (SWS) documentation for OpenVMS.&lt;BR /&gt;&lt;BR /&gt;EasySoft has (had?) an ODBC to ODBC bridge, allowing you to connect into an ODBC network when you didn't have the pieces on the local platform.&lt;BR /&gt;&lt;BR /&gt;ODBC pieces I'm aware of are over in the OpenVMS FAQ, though it looks like I might need to update the ODBC references there for Attunity.  (To quote the magic eight-ball, answer not clear.)&lt;BR /&gt;&lt;BR /&gt;OpenAccessSoftware looks to have the right pieces, and documentation for OpenRDA posted. &lt;A href="http://www.openaccesssoftware.com/index.asp" target="_blank"&gt;http://www.openaccesssoftware.com/index.asp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Oracle likely also has the right pieces for Rdb and Oracle around, too.&lt;BR /&gt;</description>
    <pubDate>Wed, 31 Jan 2007 09:38:57 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2007-01-31T09:38:57Z</dc:date>
    <item>
      <title>Connecting to Remote Access Database</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-to-remote-access-database/m-p/3935578#M35366</link>
      <description>Is it possible to connect to an Access database on a Windows box from VMS, using PHP?&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Wed, 31 Jan 2007 06:57:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-to-remote-access-database/m-p/3935578#M35366</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2007-01-31T06:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Remote Access Database</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-to-remote-access-database/m-p/3935579#M35367</link>
      <description>In terms of the plumbing involved here, there are PHP connections into ODBC clients and there are ODBC clients for OpenVMS and ODBC clients can access ODBC servers on various platforms.  If you're running behind the Apache (SWS) web server, the key logical names are APACHE$ODBC_SHR and APACHE$ODBC_PFX.&lt;BR /&gt;&lt;BR /&gt;Attunity Connect formerly offered this with its On Platform package, and there is still a recipe describing the configuration and the sequence of getting from PHP behind Apache through to a remote database using ODBC.  This in the Apache (SWS) documentation for OpenVMS.&lt;BR /&gt;&lt;BR /&gt;EasySoft has (had?) an ODBC to ODBC bridge, allowing you to connect into an ODBC network when you didn't have the pieces on the local platform.&lt;BR /&gt;&lt;BR /&gt;ODBC pieces I'm aware of are over in the OpenVMS FAQ, though it looks like I might need to update the ODBC references there for Attunity.  (To quote the magic eight-ball, answer not clear.)&lt;BR /&gt;&lt;BR /&gt;OpenAccessSoftware looks to have the right pieces, and documentation for OpenRDA posted. &lt;A href="http://www.openaccesssoftware.com/index.asp" target="_blank"&gt;http://www.openaccesssoftware.com/index.asp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Oracle likely also has the right pieces for Rdb and Oracle around, too.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jan 2007 09:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-to-remote-access-database/m-p/3935579#M35367</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-01-31T09:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Remote Access Database</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-to-remote-access-database/m-p/3935580#M35368</link>
      <description>Thanks Hoff.&lt;BR /&gt;&lt;BR /&gt;We do run Attunity on the machine involved, but aren't currently licenced to access a remote machine with it.&lt;BR /&gt;&lt;BR /&gt;I was thinking along the lines of setting up a DSN on the Windows machine and accessing it over some kind of IP connection.&lt;BR /&gt;&lt;BR /&gt;I know this won't actually work, but I wondered if there was something similar. I guess the ODBC-ODBC tunnel software is the closest, but my pockets are shallow and requirement for the end application low!&lt;BR /&gt;&lt;BR /&gt;Cheers, Rob.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jan 2007 09:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-to-remote-access-database/m-p/3935580#M35368</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2007-01-31T09:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Remote Access Database</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/connecting-to-remote-access-database/m-p/3935581#M35369</link>
      <description>You can certainly set up your own ODBC-like communications implementation, but you'll end up managing and supporting it.  Client-server is easy, but chasing the odd cases is an investment.  &lt;BR /&gt;&lt;BR /&gt;If this roll-your-own approach is of interest, look around for an open-source ODBC, and consider porting and integrating it.&lt;BR /&gt;&lt;BR /&gt;If your budget is limited, I might well look at transferring XML data around.  Basically creating a batch-oriented or near-line connection between the system(s).  libxml2 is available for OpenVMS, though I definitely need to haul over another version of it.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jan 2007 10:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/connecting-to-remote-access-database/m-p/3935581#M35369</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-01-31T10:30:47Z</dc:date>
    </item>
  </channel>
</rss>

