Manual connections require native syntax. Because these connections are entered without selecting a database type, Alteryx cannot manage the formatting of the string. Type passwords in with native syntax. For more information on the syntax required by a specific database type, see the sections below.
SQL Server
- Enclose the string in curly brackets.
- Escape any right curly bracket with a double right curly bracket.
For additional requirements, see SQL Server Database Password Requirements.
Oracle
- Enclose the string in double quotes.
- Do not use a double quote within the string.
For additional requirements, see Oracle Database Password Requirements.