Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle SQL%NOTFOUND to HiRDB

Oracle SQL%NOTFOUND changed to its equivalent in HiRDB.

Oracle:

IF SQL%NOTFOUND then
exit;
end if;

HiRDB:

IF SQLCODE=100 then
leave;
end if

© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.