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
mariadb_connect bigdata and read as page
mariadb_connect bigdata and read as page
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)
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)
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: mariadb_connect bigdata and read as page
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: mariadb_connect bigdata and read as page
What is different between ::RowSet() and ::RecSet()?nageswaragunupudi wrote:Please see
https://forums.fivetechsupport.com/view ... =3&t=44175
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)
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)
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: mariadb_connect bigdata and read as page
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.
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
G. N. Rao.
Hyderabad, India