I create a table in mysql example;
create table BIGHUNKINTABLE (Id, (INT));
and what do you know: Its converted to
all lower case:
bighunkintable
this only happens in my Win2k install.
What's up?
I hope someone knows - or I start cuttin' fingers.
~ Dan