Search found 1 match
- Tue Mar 23, 2010 1:13 am
- Forum: Databases
- Topic: MySQL Stored Procedures
- Replies: 0
- Views: 2238
MySQL Stored Procedures
Good evening, I am attempting to execute a stored procedure after connecting to a local MySQL database and I get the the following error: PROCEDURE denovo.Contact_SEL_ByLastName can't return a result set in the given context According to the documentation at the mysql site, this is because the CLIEN...