Subject | Re: view porting problem |
---|---|
Author | Fikret Hasovic |
Post date | 2004-01-23T11:34:37Z |
Hi.
IB 6, fb103 and now fb15.
Fikret Hasovic
TAMP R&D Team
> There's a difference between case sensitiveI know that :)
> and case preserving. With Firebird, case sensitive
> means, that if you create a table "TestTable", you
> ALWAYS need to use the double quotes and
> say:
> SELECT *As I said: I know that. BTW, I am using Interbase since ver 5.6, then
> FROM "TestTable"
>
> If you mistakingly type "Testtable" -> it fails.
> If you type: testtable -> it fails
>
> While if you create a table "TESTTABLE" (or
> without quotes), this works:
>
> SELECT *
> FROM TestTable
>
> FROM Testtable
>
> FROM testtable
>
> See the difference?
IB 6, fb103 and now fb15.
> Note: this is the same for columns and all other objectBest regards
> names.
>
> With regards,
>
> Martijn Tonies
Fikret Hasovic
TAMP R&D Team