You should have a look at the DAO pattern if you're planning on supporting
multiple databases
http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.ht
ml
> -Original Message-
> From: N.B.Bopanna [mailto:[EMAIL PROTECTED]
> Sent: 17 November 2003 09:38
> To: [EMAIL PROT
Bopanna,
I am designing a product for my company which will be sold to multiple
clients. The clients may have any database (MYSQL,MS SQL Server , oracle).
Can i design in such a way that the product will work on any database?
This should be pretty much no problem.
I would like to use type4 jdbc d