Subject Re: [firebird-support] Selecting from returning
Author Dmitry Yemanov
Jiri Cincura wrote:
>
>> Why would you ever need that?
>
> To avoid creating execute block in Entity Framework.

I'm afraid this is the only workaround.

> The code that I'm
> not able to change is expecting result in DataReader, which is simply
> result from select. But now it works like output params.

I believe you should have the same issue with executable procedures as well.


Dmitry