Whoever made column names case sensitive in Sybase deserves a gruesome death.
Re:Hmm
djberg96 on 2004-08-04T22:58:51
And why are case-sensitive column names worse than case-sensitive variable names or file names?With variable names and file names, it's just easier to remember. With SQL, I'm constantly having to refer back to the column names to make sure I have them right. Also, we setup a transparent gateway with Oracle, but the case sensitivity means you have to wrap all of the column names in double quotes, so it's extra typing.
That, perhaps, is a bit "fluffy", but I cannot think of a good reason to have case sensitive column names. I mean, are you really going to create two columns in the same table with the same name, differing only by case? Hell no! So, what's the point then? But, as jplindstrom points out (I think), it seems to be a generic setting that affects more than just column names.
Oh, and on Windows, file names aren't case sensitive.
:-P
Re: Thought for the day #4
djberg96 on 2004-08-04T22:20:06
Well, it wasn't *me* who setup this database. At least it's configurable.