How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
No Answer is Posted For this Question
Be the First to Post Answer
what happens if connection is not closed?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
How do you insert images into database using jdbc?
How many rowset are available in jdbc?
How can I get information about foreign keys used in a table?
What are the steps to connect to the database in java?
Can we use the one instance of Statment to execute more than one query ?
How to update a resultset programmatically?
What is transaction processing in jdbc?
What is database null and Java null?
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 jdbc in java?