The Artima Developer Community
Sponsored Link

Java Answers Forum
servlets, jdbc

1 reply on 1 page. Most recent reply: Dec 26, 2002 9:31 PM by kesavakannan

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
sreelakshmi

Posts: 3
Nickname: srilu
Registered: Dec, 2002

servlets, jdbc Posted: Dec 9, 2002 7:41 AM
Reply to this message Reply
Advertisement
Can someone tellme where we use the practical applications or whetre do we apply Servlet Chaining, URLRewriting, SSI, HiddenFormFields.Also can someone tell me where and when we use the 4 type of java drivers.
lakshmi.


kesavakannan

Posts: 1
Nickname: kannantcs
Registered: Dec, 2002

Re: servlets, jdbc Posted: Dec 26, 2002 9:31 PM
Reply to this message Reply
I will tell u the jdbc related things first

1.sun.jdbc.odbc.JdbcOdbcDriver this is the driver used for the application where the application and the db is running in a same machine.
2.the OCI driver
this is the driver u can talk through the client oracle
fastest driver
.3.third driver this is http suupport driver,This is not widley used.
4.This is driver called thin driver which is used widely.If the oracle is running in one ma/c and the app is running in another mac this driver is used

I hope this will help u

i will tell later about the parts u have defined

Flat View: This topic has 1 reply on 1 page
Topic: implementing a priority queue using a linked list Previous Topic   Next Topic Topic: JSP Tutorials

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use