Hello Stackoverflow Community,Im new in C# and databanks and I have the following problem:
I am writing a windows forms application, one of the forms is a logon-screen where the user can type his name into a text field. I want to check if the name already exists in my database and dont know how to hand over the textfield information to the database.
I saw a few tutorials, but they are all working with the SqlConnectionClass
.
I connected my project with the database through the Visual Studio surface (View > Other Windows > Data Sources).
Can you tell me how I can solve this problem ?