Page 1 of 1

Stored Procedures and Named Pipes

Posted: Tue 30 May 2006 17:59
by dhillormac
Hi,

I developed a web application using the latest (3.50) of the MySQLDirect.Net 2.0 connector and everything was working fine via using stored procedures. As soon as we attempted to move to using named pipes in the connection, we encountered the following error for every stored procedure.

PROCEDURE XXX.XXX can't return a result set in the given context

Can someone help here please?

Posted: Wed 31 May 2006 08:22
by Alexey
Mysql doesn't support returning result sets from stored procedures using named pipes.

Posted: Wed 31 May 2006 14:58
by dhillormac
Thanks. That makes that decision easy.