I think that MySQL or ASP.NET is caching my queries.
I edited my MySQL sproc to remove some parameters but it keeps saying that those parameters are missing. How do I fix this or make it work again?
Edit:
I'm experiencing this problem : http://stackoverflow.com/questions/286585/mysql-caching
Except that I don't have permissions to execute RESET QUERY CACHE
What else can I do?