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 <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?
What is an encrypted internet connection?
What are the three basic components of the odbc architecture?
What is 2-tier and 3-tier architecture?
MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......
What do you mean by odbc?
What are the steps to connect to a database in java?
Explain the two tier and three tier architecture of jdbc.
How can I create a custom RowSetMetaData object from scratch?
What is xe in oracle jdbc url?
How many types of jdbc drivers are there?
what is connection pooling?