Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Native vs. ODBC access in Java
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
![]() |
![]() |