Subject Re: [firebird-support] "Column Unknown" in Stored Procedure
Author Helen Borrie
At 11:18 AM 23/10/2003 +0200, you wrote:
>Hi everyone,
>
>I keep on getting a "column unknown" when I try and create the following
>stored procedure. What am i doing wrong? All the tables and table columns
>are there ...

I think you need to make up your mind whether you are going to use quoted
identifiers and, if the answer turns out to be "yes", then use them everywhere.

With the database columns you can probably get away with the assumption
that not quoting identifiers that you defined in upper case will be
correctly interpreted. I've seen no evidence that you can count on it with
variables and arguments.

heLen