Subject | Error Message upon installing Hi patch. Urgent please help Helen , Jason |
---|---|
Author | Adrian Wreyford |
Post date | 2002-08-12T11:01:13Z |
Dear Jason, and all other interested.
I have a peculiar problem in that after getting the updating the IBO source
code, an application now gives me the following error:
335544358
message length error (encountered 0, expected 8)
The error appears to be originating from the following code:
IB_StoredProc line 182
procedure TIB_StoredProc.ExecProc;
begin
Prepare;
if StatementType = stExecProcedure then
Execute
else
if StatementType = stSelect then
begin
if Active then
Close;
Open;
end
All help will be appreciated.
PS I haven't changed any native code in my application, just recompiled with
latest IBO version. Now the generator won't genrate new ID's
Many thanks in advance!!!!!!!!
I have a peculiar problem in that after getting the updating the IBO source
code, an application now gives me the following error:
335544358
message length error (encountered 0, expected 8)
The error appears to be originating from the following code:
IB_StoredProc line 182
procedure TIB_StoredProc.ExecProc;
begin
Prepare;
if StatementType = stExecProcedure then
Execute
else
if StatementType = stSelect then
begin
if Active then
Close;
Open;
end
All help will be appreciated.
PS I haven't changed any native code in my application, just recompiled with
latest IBO version. Now the generator won't genrate new ID's
Many thanks in advance!!!!!!!!