Subject | Re: [IBO] feature not supported? |
---|---|
Author | Helen Borrie |
Post date | 2002-07-09T06:24:10Z |
At 11:21 PM 08-07-02 +0000, you wrote:
being started...
Helen
All for Open and Open for All
Firebird Open SQL Database · http://firebirdsql.org ·
http://users.tpg.com.au/helebor/
_______________________________________________________
>I have this code...No: but it's probably happening on the Prepare, due to no transaction
>
>with DataModule1.IBDSQL1 do
>begin
> if not Prepared then
> Prepare;
> ParamByName('Field1').AsInteger := 0;
> Execute;
>end;
>
>running on a TIB_DSQL component with the SQL...
>
>Insert into Table1 (Field1) VALUES(:Field1)
>
>However, when it goes to run the ParamByName.... I get a '-901
>feature not supported error'...
>
>Anyone seen this before.. or know what that error is?
being started...
Helen
All for Open and Open for All
Firebird Open SQL Database · http://firebirdsql.org ·
http://users.tpg.com.au/helebor/
_______________________________________________________