How do I place DataBase password in connection string

Discussion in 'Databases' started by Emeka, Jun 3, 2017.

Tags:
  1. Hi

    Please I want to know how I will handle the password in connection string.
    e.g. "_user;Password=******;Integrated Security=False;"

    the above e.g. is part of my database connection string in MS SQL Manager,
    my question is, do I copy and paste the connection string as it is, or do I replace the asterisk with the actual password?
     
  2. Elshadriel

    Elshadriel Winhost Staff

    Replace the asterisks with the actual password.
     
    Michael likes this.

Share This Page