Subject | RE: [firebird-php] SPs Docs |
---|---|
Author | Nigel Weeks |
Post date | 2004-11-17T21:49:20Z |
> It just can't be done (at least in current FB versions). YouDoes anyone know if you can execute an 'Execute procedure' from PHP?
> 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.
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.