Subject | Re: [firebird-support] Upper case behaviour |
---|---|
Author | Magnus Titho |
Post date | 2007-12-04T16:16:33Z |
Eugen.Konkov@... wrote:
tablename), but your select doesn't use quotes and so is not case-sensitive.
--
Magnus
> I ask only to match 'myTable' and 'fieldID' when I query it byYour problem is that you create the table case-sensitive (quoted
> select fieldID from myTable
>
> and when table chema is:
> create table "myTable" (
> "fieldID" integer
> );
>
tablename), but your select doesn't use quotes and so is not case-sensitive.
--
Magnus