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 / General / October 2005

Tip: Looking for answers? Try searching our database.

what are the limitations of a driver in JDBC?

Thread view: 
corejavagroups - 26 Oct 2005 06:29 GMT
Hi!
suppose we have a setup where 4 systems are involved ,in which
server is running x platform and all other 3 are running other cross
platforms.
Suppose i want to access the data from server from all the 3 servers at
various stages...in JAVA JDBC code....suppose i have used oracle
driver...........what are the limitaiuons of the driver.....?
assume that we are running in other 3 systems SQL server,MY SQL,INGRES
database servers and in server we have ORACLE....
then can u explain the limitations?
thanks....
Roedy Green - 26 Oct 2005 07:00 GMT
On 25 Oct 2005 22:29:07 -0700, "corejavagroups"
<sankar_battula@yahoo.co.in> wrote, quoted or indirectly quoted
someone who said :

>suppose we have a setup where 4 systems are involved ,in which
>server is running x platform and all other 3 are running other cross
[quoted text clipped - 5 lines]
>database servers and in server we have ORACLE....
>then can u explain the limitations?

Assuming you give an app direct access to all four database, over the
LAN,  it will have to open all four JDBC connections, each one with a
different JDBC driver manager.
http://mindprod.com/jgloss/jdbc.html

Another approach is to use a layer that sits atop JDBC and tries to
hide the details of which tables live in which databases. I don't know
if Hibernate for example can do that.  Obviously you can do joins
across tables not in the same database, at least not efficiently.
see http://mindprod.com/jgloss/hibernate.html

You might use a POD to intervene.
http://mindprod.com/jgloss/pod.html

EJBs might even have some table-driven  isolating abilities. I have
not explored them.  At least with EJB, clients of a given bean are
quite isolated from any of the SQL/JDBC.

http://mindprod.com/jgloss/ejb.html

Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.



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



©2009 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.