Subject | Re: [firebird-support] SP Creation |
---|---|
Author | Woody (TMW) |
Post date | 2004-11-06T19:48Z |
>to
> > > AS
> > > DECLARE VARIABLE V_CUSTOMERPASS VARCHAR(35);
> > > begin
> > > SELECT CUSTOMERPASS /* <=== Here is offending portion */ FROM
> > Customers
> >
> > I assume that CUSTOMERPASS is a field of Customers? Did you use quotes
> > generate the DDL for the tables? If so, it would be case-sensitive.quotes
>
> Yes, CustomerPass is a field of the table Customers, but I didn't use
> and I don't think IBExpert did either or at least, when I look at the DDLhad
> tab of the Table in IBExpert, its not quoted as I think it would be if I
> used quotes. This is what I was curious about.Look at the entry in the RDB$Relation_Fields table to see exactly how it's
>
entered there. Also, have you tried just entering the query itself in
IBExpert to make sure it works. Just substitute some known values for the
variables.
Woody (TMW)