Stored Procedures and Named Pipes

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
dhillormac
Posts: 8
Joined: Tue 25 Apr 2006 02:29

Stored Procedures and Named Pipes

Post by dhillormac » Tue 30 May 2006 17:59

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?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 31 May 2006 08:22

Mysql doesn't support returning result sets from stored procedures using named pipes.

dhillormac
Posts: 8
Joined: Tue 25 Apr 2006 02:29

Post by dhillormac » Wed 31 May 2006 14:58

Thanks. That makes that decision easy.

Post Reply