Subject Re: [firebird-support] mixed case
Author Ivan Prenosil
> how to create mixed case table?
> example:
>
> "CREATE TABLE userRoles (...)"
>
> i want use:
>
> "SELECT * from userRoles"

These commands will work just fine. Do you have any problems with them ?

Or what you are actually ask for is case sensitivity of object names ?
I have never heard complaints about Pascal beeing case insensitive,
but many times complatins of C users when they waste time by
finding problems caused by case sensitivity, so it does not seem
like a good idea. (but you can find solution in InterBase 6 documentation)

Ivan