On the client 8.1 appendix works normally. At updating the client on version 9 or 10 there is a failure by a call of method Refresh. Replacement on Open/Close has not helped. The situation was corrected with property Optimize: = False;
Probably in the client oracle there is a mistake. The opportunity of global switching-off Optimize for TOracleSession is necessary.
It is similar to the following:
OracleSession1.OptimizePrepare := False;
(default value is True).
Probably in the client oracle there is a mistake. The opportunity of global switching-off Optimize for TOracleSession is necessary.
It is similar to the following:
OracleSession1.OptimizePrepare := False;
(default value is True).