Java Applet ->Oracle DB [message #132898] |
Tue, 16 August 2005 12:51 |
ausdendp
Messages: 1 Registered: August 2005
|
Junior Member |
|
|
Hello all, I'm an oracle&java newbie, and trying to get the two to talk together has been pretty tough.
First off, I tried using the connection manager, because the webserver and DB server were on different machines. They're now on the same maching as I was unable to get the connection manager to work.
I've had a java program that I can run from any computer be able to connect to the DB and run a simple query, and return a result. I want to do the exact same thing with an applet. For the JAVA program, I was using the classes12.zip file to import the oracle:thin client... How do I modify that program from there to work with an applet? Do I need to make the classpath = classes12.zip on the webserver?
Thanks in advance for any information!
|
|
|