Subject | Re: [firebird-support] mixed case |
---|---|
Author | Ivan Prenosil |
Post date | 2004-10-04T12:39:48Z |
> how to create mixed case table?These commands will work just fine. Do you have any problems with them ?
> example:
>
> "CREATE TABLE userRoles (...)"
>
> i want use:
>
> "SELECT * from userRoles"
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