Hi,

     From the front end I need to use double slashes i.e  (\\) to enter
one slash (\) into the MySQL database. I.e, if I enter "Gelb\Paha", it
stores in the mySQL as "GlebPaha", If I enter "S\\Greeen", it stores as
"S\Green" in the database.


Is there any way in MySQL so that I can enter any number of slashes
between the name with out escaping with another slash?.

If I retrive the same value with the slash (\), not able to display
properly in the GUI. Do we need to use any MySQL specific functions to
select such values?.

Please guide me for a solution here. Thanking you in advance.

Thanks,
Narasimha

     



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to