usually, stick with one of the following..
all lowercase, all uppercase, Or Always InterCase
or, my personal preference... lblInterCase
Have seen some that will make DB names caps, tbl names lower, and
column names lblInterCase... pick what you want, and go with it, if
you are working with oth
In general, columns are case-insensitive in every relational database I have
tried. However table names might not be.
Regards, John
"Gerard Samuel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hope someone can confirm this.
> I was moving a mysql dump to po