Hello Krzytztof,
perhaps try writing a PL/SQL function with return type LOB - like:
function INITBLOB returns BLOB is
begin
return EMPTY_BLOB();
end;
Kind regards
Ingo
Hello Marco Kalter,
excuse me please, there were some typing errors in my last posting. Of course it was DOA 3.5 (Direct Oracle Access - and not DAO).
Kind regards
Ingo
Unfortunately we didn't develop the application in question by ourselves, we had outsourced the development.
As far as I know the application was developed under Delphi5 with DAO 3.5 and the developer used the Delphi Variant type for accessing the database fields. Obviously Oracle applies some...
Hello !
We have an application developed against Oracle 8 / 9 and it always worked fine.
Recently we have migrated our database from Oracle 9 to Oracle 10 and now there pop up error messages like ": different types on field : expected: Float, found: Integer".
There haven't been any changes to...