![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> I could not connect applet with jdbc > I want to make a Database Connection to Personal oracle 8 using thin driver classes12.zip I am using windows98 and personal oracle 8. I have set my autoexec.bat file properly.I am told I will have to use the foll syntax > Class.forName("oracle.jdbc.driver.OracleDriver"); > conn=DriverManager.getConnection > Now instead of servername what do I put since I am not working on a server I am working on a stand alone machine(win98) and instead of ora8 which I am told is the SID what do I put in since I havent made a SID. It the SID necessary ? >
Replies: |
Sponsored Links
|