Hi,
I noticed a difference in the behaviour of TOracleDataSet:
after setting variable and calling refresh the last record
in the data set is active.
Calling close + open leaves the first record active.
Q1: is this na intended behaviour?
Q2: is there a performance penalty when using "close +...
Hello all,
we utilize DAO and rely heavily on PLSQL procedures out-returning ref cursors (type p1). I am curious if it is possible to use procedures returning more than one ref cursor (types p2 and p3) with DAO.
I attach a codes snipplet illustrating the problem from the PLSQL point of view...