Recent content by IngoBfN

  1. I

    Problem with Oracle 10

    Our developer told us it was in fact DOA Version 3.3 - I hope this information is correct. Kind regards Ingo
  2. I

    BLOB parameters in OracleQuery

    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
  3. I

    Problem with Oracle 10

    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
  4. I

    Problem with Oracle 10

    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...
  5. I

    Problem with Oracle 10

    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...
Back
Top