Is it possible to transfer data from one database to another using JDBC....or using JDBC template with maven or Spring is a better option..?

Viewed 28

I have to transfer data from multiple tables with a "JOIN" query from one database to another.

IF i use simple JDBC , will i need to add "Class.forName " two times to specify driver name

but if i do so will it be not overridden

0 Answers
Related