How can I connect to an Oracle database not on the web server from an untrusted applet?
Location: http://www.jguru.com/faq/view.jsp?EID=271882 Created: Dec 7, 2000 Modified: 2000-12-09 09:48:12.064 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) You can use the thin ORACLE JDBC driver in an applet (with some extra parameters on the JDBC URL). Then, if you have NET8, you can use the connection manager of NET8 on the web server to proxy the connection request to the database server.
Related Questions
- How do I connect to the Student Web Server remotely (outside of the University of Wyoming Campus Network) to create, delete, or edit my site?
- Why do I get the error message "Specified class not registered in registry" when attempting to connect to an Oracle database?
- How can I connect to an Oracle database not on the web server from an untrusted applet?