PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
dataset xml question
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
dataset xml question
![]() |
dataset xml question |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
When I do a writexml to a file with my dataset which has a heirarchical
schema, it puts the headers and details seperate. According to the schema, the details should be nested within the header xml. Is there any easy way to make this happen? Thanks -- Scott Emick Web Programmer Fox International Remove the ham from mail address if it's not spam |
|
|
|
#2 |
|
Guest
Posts: n/a
|
The answer is to use an XMLDataDocument.
"Scott Emick" <semick@ham.fox-international.com> wrote in message news:O9dU8T7RGHA.1576@tk2msftngp13.phx.gbl... > When I do a writexml to a file with my dataset which has a heirarchical > schema, it puts the headers and details seperate. According to the > schema, the details should be nested within the header xml. Is there any > easy way to make this happen? > > Thanks > > -- > Scott Emick > Web Programmer > Fox International > Remove the ham from mail address if it's not spam > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Scott,
In my opinion is it the "nested" property. http://msdn.microsoft.com/library/d...tarelations.asp I hope this helps, Cor "Scott Emick" <semick@ham.fox-international.com> schreef in bericht news:%239gK9f7RGHA.2536@tk2msftngp13.phx.gbl... > The answer is to use an XMLDataDocument. > > > "Scott Emick" <semick@ham.fox-international.com> wrote in message > news:O9dU8T7RGHA.1576@tk2msftngp13.phx.gbl... >> When I do a writexml to a file with my dataset which has a heirarchical >> schema, it puts the headers and details seperate. According to the >> schema, the details should be nested within the header xml. Is there any >> easy way to make this happen? >> >> Thanks >> >> -- >> Scott Emick >> Web Programmer >> Fox International >> Remove the ham from mail address if it's not spam >> > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

