SqlConnection con = new SqlConnection("Data Source=DESKTOP-OCSSDNA; Initial Catalog=Login; Connect Timeout = 00;");
con.Open();
Hi, this code is connection string my login form; but error message: Login failed for user ''. help please. My sql have not user id and user password.