php-general | 2000071
Date: 07/03/00
- Next message: Adam Charnock: "[PHP] HTML Table into 2D array"
- Previous message: Manuel Lemos: "Re: [PHP] Selecting which SMTP server to send mail by in PHP?"
- In reply to: Sean Mathews: "[PHP] Database Browsing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Sean,
On 03-Jul-00 12:56:20, you wrote:
>I was wondering if anyone would be willing to provide some theory as to how
>to implement database browsing (preferably without altering the structure of
>the DB). You know like in a web server, where you can limit the number of
>hits, and the browse them page by page.
There is no portable way to limit the number of selected result rows that
works with all databases. You may want to check Metabase database
independence package that lets you achive that by calling a this command
before executing a query:
MetabaseSetSelectedRowRange($database,$first,$limit);
http://phpclasses.UpperDesign.com/browse.html/package/20
Regards,
Manuel Lemos
Web Programming Components using PHP Classes.
Look at: email protected>?subject=Re:%20[PHP]%20Database%20Browsing&replyto=954.219T1015T9284372mlemos <email protected>">mlemos <email protected>">http://phpclasses.UpperDesign.com/?user=mlemos <email protected>
-- E-mail: mlemos <email protected> URL: http://www.mlemos.e-na.net/ PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp ---- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Adam Charnock: "[PHP] HTML Table into 2D array"
- Previous message: Manuel Lemos: "Re: [PHP] Selecting which SMTP server to send mail by in PHP?"
- In reply to: Sean Mathews: "[PHP] Database Browsing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

