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
explain what is transient variable in java?
What is the difference between abstract class and interface1? What is an interface?
What about static nested classes in java?
What is data type in computer?
what do you meant by Runtime Polymorphism?
13 Answers BVIMR, IBM, Persistent,
Is set ordered in java?
Write a code to create a trigger to call a stored procedure
Compare java and python.
Explain the difference between the public, private, final, protected, and default modifiers?
What is the byte range?
what is main purpose of abstract class?
What is a “stateless” protocol ?