Subject | Re: No case sensitive column names |
---|---|
Author | kokok_kokok |
Post date | 2008-12-16T16:14:29Z |
Yes, I tried to use something like create view Report_Customers
("EnterDate", ... other columns )
as
select enterdate, other columns from
for the report designers, the problem is some users do not respect the
case and they enter as a filter the column name using upper case or
all lower case. For example ENTERDATE='1MAY08', others do
enterdate='1MAY08'.
I think that there is no solution in FB simply because FB stores the
column names always in upper case when you do not specify ""
Thank you
("EnterDate", ... other columns )
as
select enterdate, other columns from
for the report designers, the problem is some users do not respect the
case and they enter as a filter the column name using upper case or
all lower case. For example ENTERDATE='1MAY08', others do
enterdate='1MAY08'.
I think that there is no solution in FB simply because FB stores the
column names always in upper case when you do not specify ""
Thank you