Posts by Pedro Souza • 1 point
1 post
-
-1
votes0
answers19
viewsQ: How to Select Field from a Table in Microsoft SQL Server Management Studio (SSMS) through C#?
I am making a login system, and for the login to be valid, I must read the value entered in txtNome (where the user will have entered the name he registered), save the text in a variable and perform…