TomBarrand
Programmer
Hi,
I have moved an application that we had running on Windows/SQL Server to Linux/MYSQL and I now have problems with some of the code not working as Linux is case sensitive.
E.g. SELECT * FROM Report is not the same as SELECT * FROM REPORT
Is there anyway I can make Linux case insensitive?
Cheers
I have moved an application that we had running on Windows/SQL Server to Linux/MYSQL and I now have problems with some of the code not working as Linux is case sensitive.
E.g. SELECT * FROM Report is not the same as SELECT * FROM REPORT
Is there anyway I can make Linux case insensitive?
Cheers