| Author |
Multiple database multiple conneciton problem.
|
Anand Karia
Ranch Hand
Joined: Sep 25, 2004
Posts: 154
|
|
Dear All! Wht should i ve 2 do more in this DBConnection class if i ve multiple databases. like i ve 1. dbAccount04 2. dbSale04 3. dbPurchase04 While working in dbAccounts i also have 2 get result from dbSale and dbPurchase in single form. plz be informed that that 3 database are changed yearly. Plz guide me.
|
Love is GOD and GOD is Love.<br /> <br />Anand Karia<br />Manager I.T<br />Artistic Garment Ind. Pvt. Ltd<br />MSC (Computer Science)
|
 |
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
You should be used Data Access Object Pattern to solve this problem. http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html This will help you.
|
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
|
 |
 |
|
|
subject: Multiple database multiple conneciton problem.
|
|
|