Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle SQL%FOUND to HiRDB

Oracle SQL%FOUND changed to its equivalent in HiRDB.

Oracle:

IF SQL%FOUND then
exit;
end if;

HiRDB:

IF SQLCODE<>100 then
leave;
end if;

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