Hey,
I run sql command in my java program.
The table name is in capital letter.
in my sql command i wrote the table name in small letter.
The sql command work in mysql on windows,but didnt work on solaris.
I understand that there is a differnt behaviour between mysql on solais and window. is it right?
Does any one know where can i chnage the database settings to be insensitive
Thank you
I run sql command in my java program.
The table name is in capital letter.
in my sql command i wrote the table name in small letter.
The sql command work in mysql on windows,but didnt work on solaris.
I understand that there is a differnt behaviour between mysql on solais and window. is it right?
Does any one know where can i chnage the database settings to be insensitive
Thank you