What are the jdbc drivers in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is statement and preparedstatement in java?
What is the purpose of jdbc resultset interface?
What is the full form of jdbc?
What does connection pooling mean ?
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?
How can we execute stored procedures?
Does jdbc use odbc?
Can we use the one instance of Statment to execute more than one query ?
Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is database null and Java null?
Why resultset is used in java?