|
-
Jan 4th, 2004, 10:17 AM
#1
Thread Starter
Registered User
xml to dataset
<watchFolders>
..........<folder path="C:\test"/>
..........<folder path="C:\New Folder"/>
</watchFolders>
if that is my xml file
and i say
dim dataset as new dataset()
dataset.readxml("c:\xmlFile.xml"
what is the structure of the data in the dataset?
for example, what kind of tables, columns or rows does it create?
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
|
Click Here to Expand Forum to Full Width
|