Hi,
I'm wondering if it is possible to find out the total number of rows that will be fetched by a uni-directional dataset without having to use "select count(1) from ..." or using FetchAll or something else that loads all rows. I want to do some optimizations in my code when there are less than ~100 rows that will be fetched.
Thanks for any help.
Eric