I havent found anything that the thin drivers cant do....i'm sure there's something 
but they handle SQL calls perfectly...as well as calling procs, etc.

Patrick

>>> "Gullanki, Madhu" <[EMAIL PROTECTED]> 03/08 10:41 AM >>>
Hi Nimesh,
  The best drivers to use for Oracle from servlets is Oracle  JDBC drivers.
They are available in 2 types.
1) Thin drivers 2) OCI drivers.  You can download them  for free  from
Oracle's web site and also you can find the instructions how to use them
right there. I used OCI drivers. They worked great.

The steps to make connection are:
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
DriverManager.getConnection("jdbc:oracle:oci7:@MyDatabase","userid","passwor
d");

--
MG

> -----Original Message-----
> From: Kenia Nimesh [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, March 05, 1999 11:01 PM
> To:   [EMAIL PROTECTED]
> Subject:      Drivers for Servlet
>
> I have developed an servlet application.Until now I was using jdbc.odbc
> drivers with MS Access as my database.Now I want to launch my
> application.On the web server Oracle is the database.
> I wanted to know what drivers should I be using??Where's the driver
> availability??
> I have heard something like thin drivers and OCI drivers.. What are they??
>
> It would also be helpful if you could give some steps for making the
> connection.
>
> Thankyou
>
>
>
>
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to