Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Native vs. ODBC access in Java

Re: Native vs. ODBC access in Java

From: Richard McDowell <mcdowell_richard_at_hotmail.com>
Date: Sun, 2 Jan 2000 11:24:51 +0100
Message-ID: <84n8ua$so7d$1@fu-berlin.de>


Chris <schnul_at_my-deja.com> schrieb in im Newsbeitrag: 84f84b$90p$1_at_nnrp1.deja.com...
> ODBC:
> Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
> c = DriverManager.getConnection("jdbc:odbc:Test", "", "");

This JDBC-ODBC Bridge is the best Java Driver I have ever experienced! I had the same problem with a DB2 native driver for Java (additionally it had a bad bug, it did not free the reserved memory).

/richard

/..developing with www.visual-engine.com and /..designing things, as never before. Received on Sun Jan 02 2000 - 04:24:51 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US