On Fri, 15 Oct 2004 12:42:21 +0700, Yusuf Tikupadang
<[EMAIL PROTECTED]> wrote:
> I'm a new member in this mailing list.
> I have a problem with large data in mssql (more than 100.000 record in
> one table). If I want to browse it from record 10 until 19 (like when
> I press next button), php have to read all data (select * from table).
> Is it posible to read only the record that I need (from record x1
> untuk x2), without stored procedure?
> Thanks before.

http://pear.php.net/package/DB_Pager


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to