| Author |
how to load multiple drivers in a servlet
|
suresh dontamsetti
Greenhorn
Joined: Nov 01, 2004
Posts: 2
|
|
hi, This is Suresh. i want to know exactly how to develop the code for connecting to multiple databases from a servlet or some other code. is that possible to code it from a servlet, if so how to do it? waiting for a reply. with regards Suresh
|
 |
Gaurav Chikara
Ranch Hand
Joined: Jun 09, 2000
Posts: 410
|
|
You need to use Data Access Object Pattern Use a separate class for doing this stuff and dont include that code in Servlet Just call that class from it
|
SCJP,SCWCD,SCBCD<br />If Opportunity doesn't knock then build the door
|
 |
 |
|
|
subject: how to load multiple drivers in a servlet
|
|
|