-
Notifications
You must be signed in to change notification settings - Fork 140
Double Quotes issue in Password #29
Copy link
Copy link
Open
Description
If there are double quotes inside passwd, the connection will fail.
The reason is that in Program.cs, the database information is passed in using a string, and special characters may interfere with the syntax of the connection string.
You can use the SqlConnectionStringBuilder class to construct the connection string
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels