Subject | Re: [firebird-support] HOW is this possible, and how to fix |
---|---|
Author | Helen Borrie |
Post date | 2003-10-16T09:29:34Z |
At 10:48 AM 16/10/2003 +0200, you wrote:
heLen
>What do I need to do to fix this, in "firebird manager" I can see andYour table names are case-sensitive.
>change the data. but when I need to get data by SQL query's it won't work.
>
>SQL> show tables
>CON> ;
> adresses company
>
> coredata coredatacode
>
> glassGroup glassMaterial
>
> glasseSales ocsGlassGroup
>
> ocsSupplier optician
>
>SQL> select * from optician;Select * from "optician";
heLen