P
Prefers Golfing
We receive xml messages from Corporatevia WebSphere , create a dataset from
each message, transform that dataset with C# code into another DataSet to
perform updates to our SQL Server tables. My question is, is there another
way to do this? This approach is solid but I was wandering what others were
doing to transform xml messages into SQL Server.
We are expanding this functionality considerably over the next three
quarters and are looking at reengineering for ease of maintenance and speed.
Thank you for your time
each message, transform that dataset with C# code into another DataSet to
perform updates to our SQL Server tables. My question is, is there another
way to do this? This approach is solid but I was wandering what others were
doing to transform xml messages into SQL Server.
We are expanding this functionality considerably over the next three
quarters and are looking at reengineering for ease of maintenance and speed.
Thank you for your time