Subject Re: [IBO] feature not supported?
Author txwhytboy
<SNIP>
>Try this :
> IBTransaction1.StartTransaction;
> with IBDSQL1 do
> begin
> Prepare;
> ParamValues['Field1']:=0;
> Execute;
> end;
> IBTransaction1.Commit;
> IBTransaction1.Close;
>
<SNIP>

This didnt work as well. Gave the '-901 feature not supported' on
the Paramvalues Line.

Anything else someone can think of?

- Roger