Hi All,
I have installed NetBeans 6.5 with JDK1.6. And I want to connect between oracle with java in NetBeans 6.5. The question is:
How do I configure JDBC to java 1.6?
Thanks, Sopolin
Hi All,
I have installed NetBeans 6.5 with JDK1.6. And I want to connect between oracle with java in NetBeans 6.5. The question is:
How do I configure JDBC to java 1.6?
Thanks, Sopolin
You need to download the Oracle thin JDBC driver and pop it on your classpath.
See this for a code example.
Download page for Oracle JDBC driver and Oracle JDBC examples. Also see Sun's JDBC tutorial.