Page 1 of 1

mariadb_connect bigdata and read as page

PostPosted: Sat Feb 10, 2024 10:29 am
by dutch
Dear Master Rao,

I would like to know pagination of FWMARIA more clearly. Could you give more details and sample please?

Thanks a lot.
Dutch

Re: mariadb_connect bigdata and read as page

PostPosted: Sat Feb 10, 2024 10:58 am
by nageswaragunupudi

Re: mariadb_connect bigdata and read as page

PostPosted: Sun Feb 11, 2024 3:17 am
by dutch
nageswaragunupudi wrote:Please see
viewtopic.php?f=3&t=44175


What is different between ::RowSet() and ::RecSet()?
Which the latest table FWH version of TRECSET ?

I have FWH2304 but not much of information of TRECSET, such as full parameter.

Thanks in advance,

Re: mariadb_connect bigdata and read as page

PostPosted: Mon Feb 12, 2024 9:14 pm
by nageswaragunupudi
Both RowSet and RecSet were available from the very beginning.
Please continue using RowSet(...) only for normal use.

You may use RecSet() only when you need to read for very large tables ( say more than 50000 records) and display them in a single browse. RecSet has limited features.
Please refer to the other thread for the supported and unsupported methods of RecSet class.