<?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: web connection to openvms in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385763#M31399</link>
    <description>I'm going to try that..thanks a lot buddy..&lt;BR /&gt;&lt;BR /&gt;tomorrow is the day!!&lt;BR /&gt;&lt;BR /&gt;:)</description>
    <pubDate>Mon, 27 Sep 2004 02:57:50 GMT</pubDate>
    <dc:creator>nycdata</dc:creator>
    <dc:date>2004-09-27T02:57:50Z</dc:date>
    <item>
      <title>web connection to openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385754#M31390</link>
      <description>Hey!&lt;BR /&gt;&lt;BR /&gt;Guys, I am new to this forum. It looked greatly helpful so I thought maybe any one of you might have some information on this.&lt;BR /&gt;&lt;BR /&gt;I am developing an application to connect a jsp page to a RDB database which is running on OPENVMS VAX (not ALPHA) platform. It seems like there are JDBC drivers to connect to RDB for ALPHA platform.&lt;BR /&gt;&lt;BR /&gt;I have been really unsuccessful to find a way to connect the jsp page to the oracle RDB database running on VAX.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any help or guidance will be greatly appreciated!!</description>
      <pubDate>Thu, 23 Sep 2004 22:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385754#M31390</guid>
      <dc:creator>nycdata</dc:creator>
      <dc:date>2004-09-23T22:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: web connection to openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385755#M31391</link>
      <description>The JDBC kit from Oracle only runs on Alpha.&lt;BR /&gt;May be the Attunity Connect product may help you, see &lt;A href="http://www.attunity.com/products/OpenVMS.Asp" target="_blank"&gt;http://www.attunity.com/products/OpenVMS.Asp&lt;/A&gt;</description>
      <pubDate>Fri, 24 Sep 2004 00:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385755#M31391</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2004-09-24T00:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: web connection to openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385756#M31392</link>
      <description>To clarify Karl's response:&lt;BR /&gt;&lt;BR /&gt;Java and everything related to it are Alpha-only, as the VAX lacks the required IEEE floating point arithmetic, and an emulation has proven to be too slow.&lt;BR /&gt;&lt;BR /&gt;That said, and admitting I've no real insight to Java and JSP, is it really necessary to have an RDB server-side Java component to this? Don't all these cleint components connect to the RDB network server?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin</description>
      <pubDate>Fri, 24 Sep 2004 02:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385756#M31392</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2004-09-24T02:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: web connection to openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385757#M31393</link>
      <description>you could use the JBDC drivers on another platform to connect to RDB via SQL/Services on your VAX.</description>
      <pubDate>Fri, 24 Sep 2004 05:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385757#M31393</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-09-24T05:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: web connection to openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385758#M31394</link>
      <description>&lt;BR /&gt;"you could use the JBDC drivers on another platform to connect to RDB via SQL/Services on your VAX."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ian,&lt;BR /&gt;&lt;BR /&gt;Buddy...can you guide me little bit towards that direction??&lt;BR /&gt;&lt;BR /&gt;Please!</description>
      <pubDate>Fri, 24 Sep 2004 11:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385758#M31394</guid>
      <dc:creator>nycdata</dc:creator>
      <dc:date>2004-09-24T11:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: web connection to openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385759#M31395</link>
      <description>On the platform running your web server (OpenVMS Alpha or another platform) you could have the JDBC drivers loaded. These allow java code to open an ODBC connection to a database which is on another systdem (in your case a VAX). SQL/Services is an addon to RDB which supports incoming ODBC connections. The detail I know not as my VMS software development experiance is of a more traditional nature (C, MACRO-32 etc) :-)</description>
      <pubDate>Fri, 24 Sep 2004 11:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385759#M31395</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-09-24T11:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: web connection to openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385760#M31396</link>
      <description>ODBC driver for Windows can be downloaded (after registration, probably) from &lt;BR /&gt;&lt;A href="http://www.oracle.com/technology/products/rdb/htdocs/rdb_odbc/index.html" target="_blank"&gt;http://www.oracle.com/technology/products/rdb/htdocs/rdb_odbc/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It might be possible - depending on the platform - to use the JDBC connection (Unix. Windows). What you need is the RDB-specific one. To be downloaded from &lt;A href="http://www.oracle.com/technology/products/rdb/htdocs/rdb_jdbc/index.html" target="_blank"&gt;http://www.oracle.com/technology/products/rdb/htdocs/rdb_jdbc/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In all cases you'll need SQLServices running on the VAX. this uses a TCP connection to have the outside world connect to the database (the same way as Oracle-Oracle does, but on a different port)&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Fri, 24 Sep 2004 12:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385760#M31396</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-09-24T12:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: web connection to openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385761#M31397</link>
      <description>&lt;BR /&gt;GREAT!!! THANKS SO MUCH GUYS!!! THANKS SO MUCH!! THIS SEEMS TO BE GOOD INFORMATION!! I AM GOING TO DEFINITELY GIVE THIS A SHOT AND SEE WHAT HAPPENS...IF IT WORKS..AS I SAID..I WILL POST IT EVERYWHERE ON THE WEB SO NOBODY WILL EVER HAVE ANY PROBLEMS IN FUTURE..THANKS ALOT !!</description>
      <pubDate>Fri, 24 Sep 2004 20:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385761#M31397</guid>
      <dc:creator>nycdata</dc:creator>
      <dc:date>2004-09-24T20:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: web connection to openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385762#M31398</link>
      <description>The native Rdb JDBC thin driver which can be used from all Java platforms requires that the supplied server program be running on the database node. Since this program is written in Java, this cannot presumably be run on the Vax.&lt;BR /&gt;The native Rdb thick driver requires I believe only runs on VMS, and  requires Rdb be installed on the node. &lt;BR /&gt;The native JDBC drivers therefore do not use SQL Services.&lt;BR /&gt;I believe you can use the ORacle Oracle JDBC drivers against SQL*NET via SQL Services, but I have not tried this. There should be some info on this on Oracle Metalink.&lt;BR /&gt;&lt;BR /&gt;There is a later version of JDBC drivers than the ones that I have played with, which uses SQL Services to manage starting the servers - however, I am not sure if the server processes themselves still require Java.</description>
      <pubDate>Mon, 27 Sep 2004 01:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385762#M31398</guid>
      <dc:creator>Chris Barratt</dc:creator>
      <dc:date>2004-09-27T01:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: web connection to openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385763#M31399</link>
      <description>I'm going to try that..thanks a lot buddy..&lt;BR /&gt;&lt;BR /&gt;tomorrow is the day!!&lt;BR /&gt;&lt;BR /&gt;:)</description>
      <pubDate>Mon, 27 Sep 2004 02:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/web-connection-to-openvms/m-p/3385763#M31399</guid>
      <dc:creator>nycdata</dc:creator>
      <dc:date>2004-09-27T02:57:50Z</dc:date>
    </item>
  </channel>
</rss>

