vb.net - XML Import how would you do it? -


XML is used as one of our main integration points, but it comes by many customers at one time but a Many customers importing at the same time can slow down our database for the crawl. Someone has to solve a problem like this

I am using VB to parse basically through data and want to import and do not want it.

Is there any better way?

Have you considered creating one? You can efficiently import data from many different source types in this way.

Here's a good starting point:


Comments