how a programmer confirms that the data submitted has been
succesfully inserted into the database(either oracle or my
sql).. How a programmer confirm if there is any problem with
the program he wrote for insertion...
ANS:--- >executeupdate method is having boolean return type,
if anything goes wrong in data insertion or data updation,
it would return false. otherwise, if it successfully inserts
data into the database, it would return true
NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS
TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by inner class in java?
What is difference between public static and void?
Describe what happens when an object is created in java ?
What does += mean in java?
What we have to do, when we don't want to implement all methods of an interface?
Why stringbuffer is faster than string?
How to sort list of list in java?
What is instanceof keyword?
What do you mean by inner class in java? Explain
In what types of operations an ArithmeticException will be thrown?
What carriage return means?
What are batch updates. in jdbc