This topic is locked

records retrieved limit

7/27/2006 8:53:21 PM
PHPRunner General questions
K
keithh0427 author

Is there a limit on the number of records that can be returned in a list?
I have a database with 1201 records but it is only retrieving the first 1180 records. I've tried the pre-assigned select statement as well as SELECT * FROM table. Nothing seems to help.

Alexey admin 7/28/2006

Hi,
no, there are no limits.
Please zip and send to support@xlinesoft.com a full set of generated PHP files along with your database creation script. I'll find what's wrong with you project running it on my test box.