Recent content by JTigchelaar

  1. J

    Unknown variable name when trying to update a CLOB in the database using a LOBLocator

    Well, nobody here seemed to notice a little typo in the code. (It was late ok? ). But when i got in this morning i quickly discovered that in the delphi code it says: Query.SetComplexvariable... which should of course be UpdateQuery.Set... (For those interested: yes i also had a OracleQuery...
  2. J

    Unknown variable name when trying to update a CLOB in the database using a LOBLocator

    I have a Query component on a form, which contains the following SQL code: In my code i do the following: I'm not sure whether the AsString part can work, but it quits with the error: Unknown variable P_REPORT when i call execute. Can anybody tell me what i'm doing wrong?
Back
Top