Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / June 2005

Tip: Looking for answers? Try searching our database.

JDBC Drivers

Thread view: 
arN - 04 Jun 2005 07:46 GMT
Hi !

I have to access databases in my app and so use the java.sql package and
its generic interfaces (Connection, ResultSet, ...). The user chooses
the driver according to the database accessed (MySQL and Informix for now).

I just saw that each driver implements the generic interfaces in
concrete classes. Obviously, there is certainly an advantage to use such
specific classes but it is a problem for my code which should work
whatever the driver is.

So, could someone give me more advises on the real advantage of using
these specific classes (speed improvements ? new features ? ...) ?

TIA

--
arN
Robert Maas, see http://tinyurl.com/uh3t - 11 Jun 2005 05:27 GMT
> From: arN <pas@demail.svp>
> I have to access databases in my app and so use the java.sql package
[quoted text clipped - 4 lines]
> advantage to use such specific classes but it is a problem for my
> code which should work whatever the driver is.

Why is that a problem for your code? I hope you do the obvious thing of
setting up a properties file which maps the various DB names to the
corresponding driver-name and url so that once the user selects which
RDBS to use the program can automatically load the appropriate driver
and connect via the appropriate url. After you've done that, what's the
problem??


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.