Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] Database Browsing From: Manuel Lemos (mlemos <email protected>)
Date: 07/03/00

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>