.Net
Dynamically adding items to database using stored procedure and sourcing column names from XML – best approach?
So I have a program that does more or less this: read list of element attributes from XML with structure like <tag dbfield="@column">data</tag> element names correspond to columns in SQL database generate data and add Read more…