I'm working with my sql 5.0.27, Asp.net (Visual Studio 2005) and the MySQL AB Ado.Net provider, version 5.0.3.
The thing is I can't see the stored procedures in my database. I can see my tables and make queries but not the stored, I have full permissions. When I use a 3rd party tool like CoreLab Ado.Net provider, I'm able to see the stored, so I know there was not a permission problem. The same problem occures when working with a SqlDataSource or with a TableAdapter. The list of stored procedures show up empty.
Do I need to follow any special step to work with SPs and this thing ?