On 1/18/06, gupta vidhi <[EMAIL PROTECTED]> wrote:
> hello,
>
>   i'm using jakarta-tomcat-4.1.31and jdk-1_5_0_02-windows-i586-p-iftw in WIN 
> 2000 Professional.
>   I wish to connect Oracle 8.0(plus) with JSP pages.
>   i request you to kindly tell me how to do this?

If you are learning JSP you can connect to a database using JDBC. It
is same as using JDBC in any other java application. What you should
take care is to put the JDBC driver library in the WEB-INF\lib
directory of the application so that Tomcat sees it.

--
rgds
Anto Paul

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

Reply via email to