Subject Re: [firebird-php] ibase_execute arguments, HELP
Author Lester Caine
Thomas Beckmann wrote:

> Hi Erik,
>
> 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.

Good point Thomas - I get too used to ADOdb unpacking things for me :)

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services