MySQL Forums
Forum List  »  Microsoft SQL Server

Re: FUNCTIONS THAT RETURN A SET OF ROWS - Migrating from Firebird
Posted by: Devart Team
Date: September 23, 2010 09:10AM

MySQL functions have some restrictions, one of them - SELECT statements that return a result set are disallowed.
Second, tables cannot be set to parameters, because parameters are scalar values.

Try to use table (or temporary table) instead of OUT parameter.

Devart Company,
MySQL management tools
http://www.devart.com/dbforge/mysql/

Options: ReplyQuote


Subject
Written By
Posted
Re: FUNCTIONS THAT RETURN A SET OF ROWS - Migrating from Firebird
September 23, 2010 09:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.