I use a web host who say that everytime i want to execute a stored procedure, i have to email their support team and they will grant permission for me to use it for the first time, (no guarantee of timescales or anything) are there any alternatives to stored procedures that i can use to speed up displaying 5000+ records from a mysql DB?
Share
You asked the wrong question here. It has nothing to do with alternative to stored procedures. Pass two additional params LIMIT, OFFSET as params and will return only what you have told in LIMIT