Hi there,I have a php script that accesses a mySQL database and it was
generated out of the Flex Builder wizard automatically. The script works
great and there are no problems with it. It allows me to perform CRUD on
a table by calling it from my Flex app. and it retrieves all the data
and puts it into a nice MXML format.My question, currently when I call
"findAll" to retrieve all the data in the table, well, it retrieves ALL
the rows in the table. That's fine, but my table is starting to grow
r...