Hi,
is it (mysql v5.0) or might it once be possible, to 'return' a cursor as an out 
parameter from a stored procedure?
In MS SQL Server a stored procedure can return a 'recordset' by simply defining a 
select statement. In ORACLE one can define a ref cursor output parameter and 'fill' it 
within the stored proc.
On the client side using ADO, it is then possible to call the stored proc and fetch 
the rows in a recordset thereby.
Is there a similar way with mysql?

Thanks and Regards
Joe

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to