Skip to content

Double Quotes issue in Password #29

@Muneeb-Shafi

Description

@Muneeb-Shafi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions