Subject | Re: [ib-support] Error Message 335544358 |
---|---|
Author | Ann W. Harrison |
Post date | 2001-11-23T20:41:18Z |
At 05:43 PM 11/15/2001 +1300, C Fraser wrote:
the DSQL processor to the engine, data movement from the engine to the DSQL
processor, or engine side of the execution of a stored procedure. In all of
those cases, the call parameters have been set up by the DSQL module so they
should be correct and there should be no way that your code, or IBO could
pass bad values.
My questions, both to Colin and to Jason are these: are you saving more than
one type of object? Does IBO save and reuse the prepared statement? If so,
I think I know what the bug is and the work around is to reprepare the
statement.
Regards,
Ann
>I have a problem and am not to sure why it is occurring...That message indicates an error in one of three places: data movement from
>
>The error message is :
>ISC ERROR CODE:335544358
>ISC ERROR MESSAGE:message length error (encountered 0, expected 8)
>
>It happens on the second time I try and save an object from code (using
>IBO)...
>
>Just wondering if anyone could explain the message a bit better or point
>me in the direction to a source for this information.
the DSQL processor to the engine, data movement from the engine to the DSQL
processor, or engine side of the execution of a stored procedure. In all of
those cases, the call parameters have been set up by the DSQL module so they
should be correct and there should be no way that your code, or IBO could
pass bad values.
My questions, both to Colin and to Jason are these: are you saving more than
one type of object? Does IBO save and reuse the prepared statement? If so,
I think I know what the bug is and the work around is to reprepare the
statement.
Regards,
Ann