Subject Re: [IB-Architect] Select procedures
Author Ann Harrison
At 06:08 PM 6/7/00 -0400, Greg Deatz wrote:
>You can't necessarily count on the SQL source to have anything....
>but could you look at the BLR of the stored proc, to determine if it has a
>suspend in it? if so, then "select", if not, then "execute"?
>
>Seems clunky, but it *could* work... at least sometimes....

There's no blr_suspend, but there is a blr_stall. Even very simple
execute procedures include one blr_stall. Select procedures seem
to have at least 2.

Ann