<?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: jdbc type driver in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-type-driver/m-p/3629703#M817147</link>
    <description>hi shiv,&lt;BR /&gt;&lt;BR /&gt;see also:&lt;BR /&gt;&lt;A href="http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm" target="_blank"&gt;http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and:&lt;BR /&gt;&lt;A href="http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/intro.html#1018502" target="_blank"&gt;http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/intro.html#1018502&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Mon, 19 Sep 2005 23:45:36 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2005-09-19T23:45:36Z</dc:date>
    <item>
      <title>jdbc type driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-type-driver/m-p/3629701#M817145</link>
      <description>Dear Sirs;&lt;BR /&gt;&lt;BR /&gt;What are the type 1, 2, 3, and 4 driver with regard to jdbc ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Mon, 19 Sep 2005 23:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-type-driver/m-p/3629701#M817145</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-09-19T23:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: jdbc type driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-type-driver/m-p/3629702#M817146</link>
      <description>Hi Shiv, &lt;BR /&gt;&lt;BR /&gt;    * Type 1: JDBC-ODBC Bridge&lt;BR /&gt;    * Type 2: Native-API/partly Java driver&lt;BR /&gt;    * Type 3: Net-protocol/all-Java driver&lt;BR /&gt;    * Type 4: Native-protocol/all-Java driver&lt;BR /&gt;&lt;BR /&gt;Type 1: JDBC-ODBC Bridge&lt;BR /&gt;The type 1 driver, JDBC-ODBC Bridge, translates all JDBC calls into ODBC (Open DataBase Connectivity) calls and sends them to the ODBC driver.&lt;BR /&gt;&lt;BR /&gt;Type 2: Native-API/partly Java driver&lt;BR /&gt;JDBC driver type 2 -- the native-API/partly Java driver -- converts JDBC calls into database-specific calls for databases such as SQL Server, Informix, Oracle, or Sybase.&lt;BR /&gt;&lt;BR /&gt;Type 3: Net-protocol/all-Java driver&lt;BR /&gt;JDBC driver type 3 -- the net-protocol/all-Java driver -- follows a three-tiered approach whereby the JDBC database requests are passed through the network to the middle-tier server.&lt;BR /&gt;&lt;BR /&gt;Type 4: Native-protocol/all-Java driver&lt;BR /&gt;The native-protocol/all-Java driver (JDBC driver type 4) converts JDBC calls into the vendor-specific database management system (DBMS) protocol so that client applications can communicate directly with the database server.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 19 Sep 2005 23:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-type-driver/m-p/3629702#M817146</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-19T23:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: jdbc type driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-type-driver/m-p/3629703#M817147</link>
      <description>hi shiv,&lt;BR /&gt;&lt;BR /&gt;see also:&lt;BR /&gt;&lt;A href="http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm" target="_blank"&gt;http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and:&lt;BR /&gt;&lt;A href="http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/intro.html#1018502" target="_blank"&gt;http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/intro.html#1018502&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 19 Sep 2005 23:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-type-driver/m-p/3629703#M817147</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-09-19T23:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: jdbc type driver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-type-driver/m-p/3629704#M817148</link>
      <description>hi shiv,&lt;BR /&gt;&lt;BR /&gt;really should try to google but anyway:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://java.sun.com/developer/onlineTraining/Programming/JDCBook/jdbc.html#driver" target="_blank"&gt;http://java.sun.com/developer/onlineTraining/Programming/JDCBook/jdbc.html#driver&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 20 Sep 2005 00:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-type-driver/m-p/3629704#M817148</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-09-20T00:16:42Z</dc:date>
    </item>
  </channel>
</rss>

