If somebody can help me solve the problem, I would be very grateful!
vipul bondugula
Ranch Hand
Joined: Oct 14, 2010
Posts: 218
posted
0
Hi Jones,
You Used PreparedStatement getGeneratedKeys() which returns ResultSet object. ResultSet Need to be checked before using it. I mean before using ResultSet object you need to check whether data is exist or not.