I have been asked to create a dbase in mysql. I have used SQL for my previous projects and the one thing that I don't quite understand about MySQL is the Stored procedures. Is there an equivalent in mysql?
so is there nothing that can be done server side. ie I have dbase in SQL that has 10000 records, and a search that uses a stored procedure to return 10 rows at a time to the asp page. If the asp pages has to deal with the 10000 results itself it will take forever. How would you go about doing this in MySQL??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.