How to find that, a row is updated or not?
Answers were Sorted based on User's Feedback
Answer / dipesh
when u run executeupdate() it return int if 1 return then
row updated oyherwise not.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bln
executeUpdate() method returns an int value. This int
value is no of rows updated by the given query. If no rows
update, then it returns zero.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is an escape syntax?
Explain about the Try Block?
What is ojdbc?
i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me
RowSetInternal caller and returns void. What can I do in the readData method?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What are the measures to connect to the db using jdbc?
What causes the "No suitable driver" error?
wa is connection pooling? how do u create connection pooling?wat is use connection pooling?
How the JDBC application works?
Is jdbc database independent?
Explain the different ways to register a driver?