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...
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?