Soulinger
|
| Posted: 03/11/2002, 2:17 AM |
|
Dear people,
Can anyone help teach me step by step how to use the custom database
connection to use the following original connection string? It's really
important and I"m not particularly good at JSP so teach me step by step!
Will greatly appreciate any help! I'm using JSP
<%@ page import = "java.sql.*" %>
<%
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
Connection conn = DriverManager.getConnection("jdbc:oracle:oci8:@" ,"abc",
"def");
Statement stmt = conn.createStatement ();
%>
<!-- abc and def is the user name and the password that you use to login to
your home's oracle -->
Yours,
S.W.
|
|
|
 |
|