Subject | Re: Field names upper case - true of firebird 2.0 also? |
---|---|
Author | MichaelS |
Post date | 2005-05-09T05:38:23Z |
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
albeit using either db workbench or db visualizer. So far at least I
have no luck with lower case attempts. Haven't tried much via command
line yet, and dont' want to be be reduced to that....
wrote:
> At 05:22 AM 9/05/2005 +0000, you wrote:offer you
> > >
> > > select count(*) from TbLIteM;
> > > select count(*) from tblitem;
> > > select count(*) from TBLITEM;
> >
> >Hi Adam - well, if firebird can do that, then I'm really happy. It
> >seems that all three of the main tools I'm evaluating for use with
> >firebird (1.5.2) force uppercase...DB Workbench and DB Visualiser do
> >anyways, I'm now having problems with SQL Hammer and can't test that
> >right now.
>
> OK, I think what you are encountering is query-builder tools that
> a column list, correct?tables. All
>
> These tools build these selection lists by querying the system
> of the metadata of a Firebird database are stored and maintained inthese
> tables - so, of course, when one queriesstored as
>
> select rdb$relation_name from rdb$relations
> where rdb$relation_name not starting with 'RDB$'
>
> one gets a list of table names in upper case - because they are
> uppercase strings!!since all
>
> Incidentally, running the above query as this:
>
> select rdb$relation_name from rdb$relations
> where rdb$relation_name not starting with 'rdb$'
>
> is going to yield all of the names of the system tables as well,
> of the system tables' names are ALSO stored in uppercase. :-)No actually I'm trying to create tables and fields from scratch,
>
>
> ./heLen
albeit using either db workbench or db visualizer. So far at least I
have no luck with lower case attempts. Haven't tried much via command
line yet, and dont' want to be be reduced to that....