User Documentation
Ispirer Capabilities - Oracle Migration
Pricing
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;
User Documentation
Ispirer Capabilities - Oracle Migration
Pricing
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;