|
From: Dmitry Y. <fir...@ya...> - 2021-12-20 10:52:01
|
Mark et al, > Looked at it again, and being able to get the total row count will work > for me. Is this information already available, or does this still need > to be implemented? What would you expect from the "row count" requested for a non-scrollable cursor? It cannot return the true count, as already explained here. Should it return some magic number (0? 1? -1?) or would error be appropriate? If the latter, should it be isc_infinap (information type inappropriate for object specified) or isc_infona (no information of this type available for object specified)? Dmitry |