I have several special characters in my connection string password, some of which I am unable to find an escape sequence for. I have found that &
works for the ampersand (&), but I cannot find escape sequences that work for the
- dollar sign ($)
- closing curly brace (})
- question mark (?)
Does anyone know what these escape sequences are or if there is a list some where that shows the escape sequences for all special characters in an XML connection string?
No comments:
Post a Comment