If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > JAVA > Access do distintict database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-10, 10:23
vantuiljose vantuiljose is offline
Registered User
 
Join Date: Apr 2010
Posts: 1
Question Access do distintict database

I need some tool, framework or something like that to access two or more diferente databases with relacioned data in the databases.
This needs to be made in Java.
Somebody knows how can I do that easily possible?

Sorry about my English!
Reply With Quote
  #2 (permalink)  
Old 04-18-10, 15:20
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,407
Quote:
Originally Posted by vantuiljose View Post
I need some tool, framework or something like that to access two or more diferente databases with relacioned data in the databases.
This needs to be made in Java.
Somebody knows how can I do that easily possible?
That's built into Java.
It's called JDBC. You just need the JDBC driver(s) for the database(s)

http://java.sun.com/docs/books/tutorial/jdbc/index.html
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On