Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by a ResultSet?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
How the information about db(database) can be retrieved?
What is a PreparedStatement?
Is jdbctemplate thread safe?
What does connection pooling mean ?
How do you determine the sensitivity of the ResultSet object?
What is the feature of jdbc v4?
How does JDBC differ from ODBC?
How can I connect mysql or oracle with java?
What is a merge field?
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure