Subject Re: [IBO] ISC ERROR MESSAGE 335544358
Author Helen Borrie
At 08:12 PM 13/01/2004 +0000, you wrote:
>Hi, I have been reading the past messages about this problem, but no
>one of the solutions work.
>I am executing a stored procedure within a FOR statement and the
>first time it executes it works fine but next execution doesn't
>work, the message ISC ERROR MESSAGE 335544358 (message length
>error...)
>appears.
>How can I solve it?

This problem description is quite useless.

Provide

- database + version
- IBO version
- SP declaration
- component being used and its SQL property
- the Delphi code used for the procedure call

Generally, you get this error when you try to EXECUTE a selectable SP or to
SELECT an executable SP.

Helen