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
Ispirer Website
Ispirer Capabilities - Oracle Migration
Free Trial
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