What is jdbc and odbc?
No Answer is Posted For this Question
Be the First to Post Answer
What is JDBC DataSource and what are it’s benefits?
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
Is jdbc a middleware?
How can you know about drivers and database information ?
What is connection data?
What is dburl?
How many packages are available in jdbc api?
What is jdbc connection string?
How to get the Database server details in java program?
What do you mean by database connection pooling?
What are the differences between setmaxrows(int) and setfetchsize(int)?
How can I get information about foreign keys used in a table?