Page 1 of 1

limited searching/displaying?

Posted: Fri May 09, 2003 4:52 pm
by liuliu
I have about 490 records in the database. But every time I do searching, it only displays (or search?) the first 10-15 records. I have not put any limit on the number of records to search or display.

Why was that?

Thanks
Liu Liu

Posted: Fri May 09, 2003 6:08 pm
by JPlush76
where are you searching? command line? phpmyadmin? webpage?

Posted: Fri May 09, 2003 10:26 pm
by m3mn0n
maybe add a limit, an unlimited limit.

:wink:

Code: Select all

LIMIT 0, 500

Posted: Sat May 10, 2003 10:04 am
by McGruff
Post some of your code.