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
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