What are the three basic components of the odbc architecture?
No Answer is Posted For this Question
Be the First to Post Answer
What are the utilities of the callablestatement?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
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?................
Is possible to open a connection to a database with exclusive mode with JDBC?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
How to know howmuch data is truncated?
What is JDBC PreparedStatement?
Explain the main method?
When you will get error like ?No suitable driver??
What is the purpose of jdbc?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
how can we get the metaData (columnNames) from a table which has no Records..