How could I do a login, request the name of the server, the database, the user of the database and the password of the same in C #?
SqlConnection conexion =
new SqlConnection("server='" txt_server.text; database='" +
nom_db + "' ; user='" + u...
asked by
15.11.2018 / 22:49