Tagged Questions

2
votes
3answers
114 views

How do I save changes to a sequential list of names to sql database?

OK, here's the scenario. I think it's pretty common, and I have solved it in a prior life using a brute-force approach, but I'm thinking there has to be a better way. Given an ordered list of names, ...