Hi danch,

> Does anybody know what databases are case sensitive WRT column and table 
> names (or even keywords). I've never run into case sensitive SQL 
> databases before.

MySQL too is case sensitive on database, table and index names
on a case sensitive file system (i.e. xNIX) with some table types
especially the default MyISAM table type. The reason is, that
they simply use the given name to generate a file path from it.

regards
Georg
 ___   ___
| + | |__    Georg Rehfeld      Woltmanstr. 12     20097 Hamburg
|_|_\ |___   [EMAIL PROTECTED]           +49 (40) 23 53 27 10



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to