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 ?");
2 4407Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
1 4473code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
4415
What do you understand by jdbc statements?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is sqlwarning?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What are the basic exceptions in jdbc?
What is metadata in programming?
What do you mean by metadata and why we are using it?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is the benefit of having jdbcrowset implementation?
How many categories of jdbc drivers are there?
What is the meaning of connection?
What are the common tasks of JDBC?
How do I stop nullpointerexception?
What is isolation level? How to set it?