-
Can I load this xml to a dataset?
This xml come from a vb6 component. I attach the file.
<xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'
xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'
xmlns:rs='urn:schemas-microsoft-com:rowset'
xmlns:z='#RowsetSchema'>
<s:Schema id='RowsetSchema'>
<s:ElementType name='row' content='eltOnly'>
<s:AttributeType name='nPhyID' rs:number='1'>
<s:datatype dt:type='int' dt:maxLength='4' rs recision='10'
rs:fixedlength='true' rs:maybenull='false'/>
</s:AttributeType>
<s:AttributeType name='Doctor' rs:number='2' rs:nullable='true'>
<s:datatype dt:type='string' rs:dbtype='str' dt:maxLength='49'/>
</s:AttributeType>
</s:ElementType>
</s:Schema>
<rs:data>
<z:row nPhyID='165' Doctor='VAZQUEZ GALI SANDRA I'/>
<z:row nPhyID='202' Doctor='CALCANO PEREZ JULIO'/>
<z:row nPhyID='248' Doctor='BUONOMO MORALES EMIGDIO '/>
</rs:data>
</xml>
Thanks,
-
What kind of a dataset are you looking to load it into?
-
oh men, thanks for asnwer rme...
The situation is that I must call a vb6 com+ object, that return
the data in xml like the one I post here.
This xml is the result of the save method of the adodb.recordset.
thanks,
-
-
Similar Threads
-
Replies: 1
Last Post: 01-12-2006, 07:53 PM
-
Replies: 0
Last Post: 05-01-2003, 05:42 PM
-
Replies: 0
Last Post: 07-28-2002, 12:06 PM
-
By Tim Frost in forum xml.announcements
Replies: 0
Last Post: 04-02-2001, 10:53 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|