What are the three basic components of the odbc architecture?
No Answer is Posted For this Question
Be the First to Post Answer
List the advantages of using datasource?
What is the role of the jdbc drivermanager class?
How can I get information about foreign keys used in a table?
What are cursor attributes?
Is jdbc and orm?
Is jdbc database independent?
Name the method, which is used to prepare a callablestatement.
How warnings are retrieved in JDBC?
What is a Connection?
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
Explain the role of driver in jdbc.