Subject Re: [firebird-support] Case sensitive
Author Jason Dodson
If you used double quotes around the name when creating it, you have to
address it with the double quotes EX:

Select Field1, Field2
From "MyTable"
Where Field3 = 0;

Jason

Euler Jr. wrote:
> I create a table named "MyTable", via IBOConsole, and when I try open it
> using SQLQuery (Delphi 7), the dbxpress raised the exception:
>
> Table MyTable doesn´t exists !
>
> In the isql all the objects listed are in upper case !
>
> Thanks.
> Euler Jr.