Hi,
i have the following problem.
When i use a TOracleQuery to execute the following code i get parses on the database for every call.
"begin
Return:=Mypackage.Myfunc(:Par1,:Par2);
end;"
When i call the following code i get no extra parses:
"begin
MyPackage.Myprocedure(:Par1,:Par2,:Par3)...