Subject | RE: [IBO] Re: "unknown ISC error 0" since update to Version 4.9.14 [Build 55] |
---|---|
Author | IBO Support List |
Post date | 2013-03-29T17:57:34Z |
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:
___________________________________________________________________________
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
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:
>thing I've tried after the installation fails with the following error:
> Hello,
>
> today I wanted to check out the version 4.9.14 [Build 55] and the first
>------------------------------------
> ---------------------------
> 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