I don't see any problem with it. Could you post (copy&paste) the command you run in SQL Developer and the records it produced?
peter tong
Ranch Hand
Joined: Mar 15, 2008
Posts: 234
posted
0
Martin Vajsar wrote:I don't see any problem with it. Could you post (copy&paste) the command you run in SQL Developer and the records it produced?
thanks for your reply, I am not in office now, but the command run successfully in SQL Developer, but not in JDBC preparestatement, in JDBC preparestatement, it returns no record.
peter tong
Ranch Hand
Joined: Mar 15, 2008
Posts: 234
posted
0
Martin Vajsar wrote:I don't see any problem with it. Could you post (copy&paste) the command you run in SQL Developer and the records it produced?
from the attachment, if the sql is run in Oracle sql developer, there is 6 records retrieved, but if use preparedstatement, no record can be retrieved, what is the problem from?
The image you posted appears to be from about three weeks ago (what look like log entries at the bottom are dated February 27). Perhaps the database has changed since then?
peter tong
Ranch Hand
Joined: Mar 15, 2008
Posts: 234
posted
0
I know the problem finally, the oracle sql developer need run commit after update sql is run.