Sahil
Mon Apr 04 13:56:22 CDT 2005
Yeah that'll work too. But Merge is expensive, and tricky - it takes a lot
of decisions internally based on schemas, so it might work, but you can also
row a boat to Japan - just not the best way to get there.
- Sahil Malik [MVP]
http://codebetter.com/blogs/sahil.malik/
"Alex Passos" <bz@netmerlin.nospam.com> wrote in message
news:eA4wecUOFHA.3828@TK2MSFTNGP10.phx.gbl...
> You can always read the new data into a separate DataSet and perform a
merge
> operation on a single table.
>
> Alex
>
> "Dave" <Dave@discussions.microsoft.com> wrote in message
> news:D966AFFA-C01C-4B8F-B14F-040D95F7BDED@microsoft.com...
> > Hi,
> >
> > I've gotten the dataset.ReadXml() method to load XML from a remote
source
> > but I was wondering since I plan on having multiple datatables in the
> > dataset, can you specify which table to read XML into? I'm using
ASP.NET
> > 1.1
> >
> > Thanks, Dave
> >
> >
>
>