Hello,
Quote:
The problem is that some of my fields contain data with “, e.g. The place of the meeting is at “Plaza hotel”. This “corrupts” the data and the fields are not shown as they should be. Is there a way I can fix this?
When using a “”” inside a string the enclosed character(Escaped by) must be specified as “””(Double quote) itself. Please refer MySQL documentation: http://dev.mysql.com/doc/refman/5.0/en/string-syntax.html#character-escape-sequences
Regards,
Ashwin A