Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 10-03-2000, 10:35 PM   #1
Member (4 bit)
 
Join Date: Jan 2000
Location: Chicago IL 60657
Posts: 9
I'm trying to read a table using visual basic and display the output as XML and then read the XML using ASP. So far I've been able to display the output to XML using VB, but how do I read it XML from ASP? Any ideas anyone?
uglykid is offline   Reply With Quote
Old 10-08-2000, 11:08 AM   #2
SQL nutcase
 
mosquito's Avatar
 
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
Send a message via AIM to mosquito
use the msxml object. It's the same way you would do it with vb.

Code:
Set oXml = createobject("msxml.XMLDocument")
oXml.URL = FilePath
Set xRoot = oXml.root
This way the complete structure of the xml file is exposed.
mosquito is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:42 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0