Give steps to connect to the db using jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
Discuss the significances of jdbc.
What are pros and cons of using of Type-2 and Type-4 Drivers over Type-1 driver?
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 ?");
What is odbc jdbc?
How can I manage special characters when I execute an insert query?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is statement and preparedstatement in java?
How many isolation levels are supported in JDBC and what are they?
How many jdbc driver types are there?
What is jdbc servlet?
Why did my jdbc code throw a rollback sqlexception?
What is jdbc template?