Dear all, 1) In my office we are using redhat linux server version 9 as well redhar ES 3 and above. 2) Our database in MySql Server 5.0. 3) We have 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 100 places and modules so we cant change in all the places. So is there any way we can solve this linux or samba. Pls help it is very urgent. Steve,
This really isn't a Samba issue - the database is it's own provider and any case sensitivity issues need to be sorted out at the database conneectivity layer. You may also wish to consider a search and replace through your source code to normalise the names used and then stick to a certain style for future changes. A good Java IDE and even Vistual Studio should be able to make the changes required. -----Original Message----- From: samba-bounces+matthew.thompson=lrfairplay.com@lists.samba.org [mailto:samba-bounces+matthew.thompson=lrfairplay.com@lists.samba.org] On Behalf Of Saravanan Sent: 15 August 2007 14:06 To: samba@lists.samba.org Subject: [Samba] how make cancel case sesitive mode Dear all, 1) In my office we are using redhat linux server version 9 as well redhar ES 3 and above. 2) Our database in MySql Server 5.0. 3) We have 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 100 places and modules so we cant change in all the places. So is there any way we can solve this linux or samba. Pls help it is very urgent. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3791 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20070815/988c07da/smime.bin