What are the steps involved in establishing a connection using jdbc in java?
No Answer is Posted For this Question
Be the First to Post Answer
How to get a whole row of data at once?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
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 do you mean by two phase commits?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
preparedstatement p= new preparedstatement is it possible ?
10 Answers Fidelity, IBM, Infrasys,
When you will get error like ?No suitable driver??
How many categories of jdbc drivers are there?
What is JDBC PreparedStatement?
What is de-normalization?
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....
What is an outer join?