I'm looking for opinions/suggestions. Please help!
I'm a newbie, so please be gentle.
I have a simple windows application that has ten text boxes. They are: txtCompetition, txtCompetitor, and eight scores: txtScore1...txtScore8, etc. There's also a save button. The first two text boxes are just for data validation and to narrow down a competition and a competitor in a competition. And based on those two bits of information, I want to find the ONE record (or none) for this competitor. I then want to either create the record based on the 10 text boxes or update the eight scores. The question I have: are Datasets designed well for such a small amount of data I'm bringing back? Or should I just do ExecuteNonQueries to do my add/changes? I'm struggling a bit with Dataset updates, and I'm NOT using a datagrid, so it seems that databinding is a bit weird for me as well...
Any questions or suggestions would be sooo helpful!
Thanks!
Steve
I have a simple windows application that has ten text boxes. They are: txtCompetition, txtCompetitor, and eight scores: txtScore1...txtScore8, etc. There's also a save button. The first two text boxes are just for data validation and to narrow down a competition and a competitor in a competition. And based on those two bits of information, I want to find the ONE record (or none) for this competitor. I then want to either create the record based on the 10 text boxes or update the eight scores. The question I have: are Datasets designed well for such a small amount of data I'm bringing back? Or should I just do ExecuteNonQueries to do my add/changes? I'm struggling a bit with Dataset updates, and I'm NOT using a datagrid, so it seems that databinding is a bit weird for me as well...
Any questions or suggestions would be sooo helpful!
Thanks!
Steve