Accessing TOraParam as TParam returns different values.
Posted: Wed 28 Oct 2009 07:46
Hi,
I have a problem using parameters in TOraQuery. When accessing the parameters as TParam, the value is not the same, i.e. accessing TParam(AParam).Value will return an other value than TOraParam(AParam).Value or TDAParam(AParam).Value!
I am using reflection in a custom component to get the parameter from a TDataSet reference.
How can I solve the problem without needing direct reference to Odac?
I have a problem using parameters in TOraQuery. When accessing the parameters as TParam, the value is not the same, i.e. accessing TParam(AParam).Value will return an other value than TOraParam(AParam).Value or TDAParam(AParam).Value!
I am using reflection in a custom component to get the parameter from a TDataSet reference.
How can I solve the problem without needing direct reference to Odac?