Subject Re: [firebird-support] Error while querying database
Author Helen Borrie
At 11:36 AM 16/01/2004 +0000, you wrote:
>Hello All,
> I've recently upgraded to Firebird 1.5 RC8. And while every other
> thing from my previous database is working fine, one of my stored
> procedures while querying (thru isql as well as thru .NET provider 1.5
> RC2) is givin' error "Incorrect values within SQLDA structure". I don't
> know what this error stands for.
>
>Prior to this, I was using 1.5 RC3, and the same stored procedure was
>working fine. I haven't changed the code at all.
>
>Does anyone has any idea what this error stands for?

Have a look at the value of OldParameterOrdering in your firebird.conf
file. If it is anything except
#OldParameterOrdering = 0
then you've probably found the cause.

If this isn't it, then show us the source of the SP.

/heLen