| Attributes |
| connect= | System database connect string |
| errspot= | System error handling spot |
| escback= | Characters to escape with backslash for database escaping. Defaults to both quotes ('") for mSQL/MySQL, and nothing for ODBC. |
| escself= | Characters to escape with themselves for database escaping. Defaults to single quote (') for ODBC and nothing for mSQL/MySQL builds. |
| expand={auto|literal|variable} |
Variable expansion method. Automatic (auto) is the default, literal expands to a literal value, and variable expands Agent variables to Perl variable references. |
| showerr[={on|off}] | Show errors in HTML comments. |
| suppress[={on|off}] | Suppress normal output to web browser. |