Subject Re: [Firebird-Java] setSelectableProcedure(true)
Author Roman Rokytskyy
> So, is there any way to get a multirow ResultSet from a non
> selectable procedure?

No. You can make non-selectable procedure selectable by including a SUSPEND;
command at the end of procedure body.

> Or did you perhaps mean that the SQL syntax in the server had to be
> changed?

I meant that SQL syntax and/or behavior is changed to provide a uniform
access.

Roman