Hi all

Does anyone out there know the syntax for
connecting a JSP to an Oracle database using JDBC?
What I am really after is how do I set the
database name, user name and password so that JSP
can set up the connection. So far I have this :-

  Connection con =
DriverManager.getConnection("??");

Apologies if this is off the topic for this group

Thanks

Michael Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to