Reference for unit 'sqlutils'
Notes
This unit contains some sql helper functions such as escaping and unescaping.
See links at top of page for procedures. It is better however to use the escaping and unescaping features in your database API, or use prepared statements (parameterized queries) for better security.