Subject | Re: [firebird-php] ibase_execute arguments, HELP |
---|---|
Author | Lester Caine |
Post date | 2005-08-31T21:44:34Z |
Thomas Beckmann wrote:
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
> Hi Erik,Good point Thomas - I get too used to ADOdb unpacking things for me :)
>
> this line leads to your problem:
> > $obj = ibase_execute($prep, $arrValues['Value']) or $error = 1;
> you can't do it with an array, at least not, if I understand the manual...
>
> Except using
> eval('$obj = ibase_execute($prep, '.join (',', $arrValues['Value']).')
> or $error = 1;')
> [just out of memory, completly untestet], I've no good idea.
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services