What is odbc. how is it related to sql cli?
No Answer is Posted For this Question
Be the First to Post Answer
How do I set properties for a JDBC driver and where are the properties stored?
What are the packages are used in jdbc?
What is JDBC RowSet? What are different types of RowSet?
How do I load a database driver with JDBC 4.0 / Java 6?
Why do we need jdbc?
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?................
What are different types of transactions?
what is connection pooling?
How can we disable a constraint ?
password, is stored in as plain text. What can I do to protect my passwords?
What are the ddl statements?
How to connect html page to database using jdbc?