Displaying 1 result from an estimated 1 matches for "sencitive".
Did you mean:
sencetive
2007 Aug 15
1
how make cancel case sesitive mode
...ave our own software designed using Jave and VB. In the program
the databases and tables are called upper case and well in lowercase in
the whole application. As the testing was done in Windows Server we dont
find any problem.
Now when we are making live run we are facing problem Linux is case
sencitive, let us take table named Employee. In mysql it is created as
EMPLOYEE. Inside the program we are calling as Employee, employee as
well EMPLOYEE, We find problem now.
Is there any way we can ignore the case and process the application. In
Program we cant do because we are calling in more than 10...