Re: A General error occurred
Posted: Tue Feb 28, 2012 5:17 pm
Nice. Glad it was found. See, I only ask the hard questions LOL.
OK So to make the clients happy when will 2012 be released? and is there a workaround I can use?
If no workaround please say and I will get them to use the phpmyadmin to edit the data until the 21012 release.
Also when you say limit to a maximum I assume you mean maximum query not a maximum database size. I would think that the sql query could help in this
SELECT*
FROM`customer_1_tbl`
LIMIT 0 , 30
this way the database can be huge and viewable as done in phpmyadmin with pages.
Glad I could help improve in a roundabout way lol.
OK So to make the clients happy when will 2012 be released? and is there a workaround I can use?
If no workaround please say and I will get them to use the phpmyadmin to edit the data until the 21012 release.
Also when you say limit to a maximum I assume you mean maximum query not a maximum database size. I would think that the sql query could help in this
SELECT*
FROM`customer_1_tbl`
LIMIT 0 , 30
this way the database can be huge and viewable as done in phpmyadmin with pages.
Glad I could help improve in a roundabout way lol.