rastkocvetkovic
Programmer
I'm running MySQL 3.23.49 on my Windows XP machine. Now I'm having troubles with tables names which start with capital letters.
For instance, the following syntax...
CREATE TABLE Test (
Test_field VARCHAR( 30 ) NOT NULL
) COMMENT = 'Test table';
... creates a table named test with Test_field field.
What could be the problem? On my Linux server everything works without any problems. Any suggestions, thanks for help.
Rastko Cvetkovic
For instance, the following syntax...
CREATE TABLE Test (
Test_field VARCHAR( 30 ) NOT NULL
) COMMENT = 'Test table';
... creates a table named test with Test_field field.
What could be the problem? On my Linux server everything works without any problems. Any suggestions, thanks for help.
Rastko Cvetkovic