mariadb_connect bigdata and read as page

Post Reply
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

mariadb_connect bigdata and read as page

Post 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
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: mariadb_connect bigdata and read as page

Post by nageswaragunupudi »

Regards

G. N. Rao.
Hyderabad, India
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: mariadb_connect bigdata and read as page

Post by dutch »

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,
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: mariadb_connect bigdata and read as page

Post 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.
Regards

G. N. Rao.
Hyderabad, India
Post Reply