azizan jidin wrote:
> 
> hello
> 
> anyone could help me send a servlet code to connect to Oracle. This
> code can do seaching to appropriate data in database. I wanna learn the
> art of connectivity between servlets and Oracle database.
> 
> 10q.
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> ----------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html/>
> Problems?:           [EMAIL PROTECTED]
Hi, Azian - 

To connect a servlet to a database such as Oracle you need the JDBC
(Java DataBase Connectivity) driver for the particular database version.
It may be available for free; I know it is for Informix and MySQL
databases.

An excellant book on this subject is:

"Database Programming with JDBC and Java" by George Reese 
  ISBN 1-56592-270-0

It is very readable and not very expensive.

Regards,
Frank Goss
Loveland Manufacturing Center
Hewlett-Packard Company


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to