Subject Re: ADOdb and Stored Procedures with Firebird15 possible?
Author dleec45
--- In firebird-php@yahoogroups.com, Lester Caine <lester@l...> wrote:
> dleec45 wrote:
>
> >>Is it possible to Execute Firebird stored procedures with ADOdb?
> >>Can't find anything that looks like it's possible in the library?
> >>Anyone know how to do this?
> >
> > It is fair for me to make the assumption that doing procedures has not
> > been possible up till now based on the remark that Ard made on
> > PHP5/Firebase features?
>
> I am only using Triggers and UDF's at present, so haven't needed to try
> stored procedures ;)
>
> --
> Lester Caine
> -----------------------------
> L.S.Caine Electronic Services

Thanks Lester. I don't need to be able to use them immediately but
would like to do some accounting when checkout happens in the
storefront I'm converting. I've tried various things with the Execute
statement in ADOdb with no success, but that doesn't mean I've
stumbled across the correct format either. Do you think additional
code will have to be incorporated into firebird15.inc.php? That's
assuming it currently doesn't work! ^_^