"Payal, Subhash (CTS)" wrote:
>
> yes I'm using thin driver CLASSES12.ZIP

The file classes12.zip is the library file which contains all the java
classes from Oracle that support jdbc.  It contains a single class
oracle.jdbc.driver.OracleDriver which supports both the thin driver, the
oci driver, and several other drivers.

The type of driver is given by the jdbc url you are using in your code.
- jdbc:oracle:thin... is the thin driver url
- jdbc:oracle:oci8... is the oci driver url

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to