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.
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?
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)