Subject [IBO] Re: "unknown ISC error 0" since update to Version 4.9.14 [Build 55]
Author patrick_marten
Hi Jason,
any news about the update you had mentioned below?


--- In IBObjects@yahoogroups.com, "IBO Support List" <supportlist@...> wrote:
>
> I have looked over this case and I added it to my regression test.
> Please get the update I will be making, hopefully today, and let me know.
>
> Jason
>
> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
> Of patrick_marten
> Sent: Saturday, March 16, 2013 1:33 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Re: "unknown ISC error 0" since update to Version 4.9.14
> [Build 55]
>
> Jason, is there any news on this issue?
>
>
> --- In IBObjects@yahoogroups.com, "patrick_marten" <patrick_marten@>
> wrote:
> >
> > Hello,
> >
> > today I wanted to check out the version 4.9.14 [Build 55] and the first
> thing I've tried after the installation fails with the following error:
> >
> > ---------------------------
> > ISC ERROR CODE:335544569
> >
> > ISC ERROR MESSAGE:
> >
> > unknown ISC error 0
> > ---------------------------
> >
> > It happens when I use an IB_Cursor for the following:
> >
> > with MyIBCursor do begin
> > Close;
> > GeneratorLinks.Clear;
> > GeneratorLinks.Add(Format('ID=%s', [<SOME_GENERATOR_NAME>]));
> > ReadOnly := False;
> > RequestLive := True;
> > SQL.Clear;
> > SQL.Add('select ID, VALUE1');
> > SQL.Add('from SOME_TABLE');
> > SQL.Add('where (ID = :ID)');
> >
> > ParamByName('ID').AsInteger := <SOME_ID>;
> >
> > Open;
> > Edit;
> >
> > FieldByName('VALUE1').AsInt64 := <SOME_INT64_VALUE>;
> >
> > Post;
> > end;
> >
> > Calling "Post;" fails with the error mentioned above.
> >
> > Any ideas?
> >
> > Best regards,
> > Patrick
> >
>
>
>
>
> ------------------------------------
>
> ___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or InterBase
> without the need for BDE, ODBC or any other layer.
> ___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info papers,
> keyword-searchable FAQ, community code contributions and more !
> Yahoo! Groups Links
>