Hi, I need a parser to parse out the special characters for SQL statements. I.e. I need to replace " ' ", " ; ", and other special characters in "textarea" controls so that I can use "Update" and "Insert" statements. Actually, I should parse all controls. John