I want to write a program in C# that will populate the fields in a database that I have created, for example...
I have fields in the database such as TotalWins, Name and TotalCredits. In the C# program, I want to have users enter these values into textboxes and when the submit button is clicked, these values would populate the corropsonding fields in the database. Ant thoughts?

Recommended Answers

All 4 Replies

Sounds fine. Is there a question here?

Sounds fine. Is there a question here?

Yes...How would I connect the program to the database so that I could populate thew fields in the way that I described?

BitBit has given the right link. To add to that, your post should have come in handy just in the C# forum since you want to design a front-end application with C#.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.