I want to write a mass update of all records in a table updating the contents of a text field so that any instances of single-quotes are replaced with an HTML entity.
Is there a simple way of doing this or do I have to work through the entire table, record by record using TEXTPTR and WRITETEXT?