From: Samrat G. <sg...@he...> - 2004-03-16 05:08:29
|
Hello, If I have a ';' in a varchar attribute's data, then any command which involves that attribute fails. Is there a solution to this problem. This happens not just for ; but also for ' apostrophie contained in a attribute value. How am I supposed to write insert and update statements where attribute values contain such special characters. The moment ; is parsed by teh .NEt prov, it thinks that the command has reached its end even though the ; is contained between 2 ' ' such as 'Jimmy;s'. Please Help! Regards, Samrat. |