How to use JDBC to connect Microsoft Access?
No Answer is Posted For this Question
Be the First to Post Answer
Which Java and java.sql data types map to my specific database types?
How can I get information about foreign keys used in a table?
Describe the steps needed to execute a sql query using jdbc.
Why is jdbc used?
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 ?");
Why do we use jdbc in java?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What are the flow statements of jdbc?
How to update a resultset programmatically?
What are the benefits of PreparedStatement over Statement?
What is the return type of execute, executequery and executeupdate?
What are cursor attributes?