Subject RE: [firebird-php] SPs Docs
Author Nigel Weeks
> It just can't be done (at least in current FB versions). You
> need either
> selectable stored procedure or a select to return *anything*.
> Selectable
> SP is out of the question. To insert records you need DML-SP which
> cannot be selected from or joined with a table, so you can't go with
> select either.

Does anyone know if you can execute an 'Execute procedure' from PHP?
I've tried for a few hours, but it appears you can only 'select' from a
'selectable procedure'.

The PHP->Firebird API might need some more work...

Nige.