
October 22nd, 2002, 07:41 AM
|
|
Junior Member
|
|
Join Date: Oct 2002
Location: karlsruhe
Posts: 2
Time spent in forums: 35 sec
Reputation Power: 0
|
|
question is related to sqlserver and xml schemas/xdr schemas.
This question is related to sqlserver and xml schemas/xdr schemas
I want to retrieve data from sqlserver in the form of xml format.
suppose i have data
<node1>
<node2>
<node3>
I have to keep relationship(foreign key) between node1 and node3.
I think its not possible to keep relationship to node1 and node3 omitting node2.
Is there any way to keep relationship between node1 and node3 and get the data??
my friend told that its possible by using xdr schemas.
Can anyone help me in this regard.
Thanks for your help
|