Subject Re: [IBO] TIB_DSQL and "Unsupported Column Type:0"
Author Helen Borrie
At 04:33 PM 31-08-02 +1000, I wrote:


>It's off-topic for IBO, but...
>
>I just created it in a dialect 3 database using your exact code and it
>compiles and works fine.
>
>When I do
>EXECUTE PROCEDURE HELLO('Basil') it returns 'Basil' in the Fields[] array.
>
>Under what conditions do you get the error message?

I should have added, "Are you by any chance trying to read the output in
the Params[] array?

"On-topic for IBO" is that native IBO uses Params[] for input parameters
and Fields[] for output...

Helen