This is a utility function that takes raw Text and conforms it to what the ExecuteSQL function needs in order to function correctly. It turns any Backward Slashes ( ) into a double-Backward Slash ( \\ ) and turns any Single Quotes ( ' ) into Backward Slash-Single Quote ( ' ).
|