|
-
Oct 19th, 2002, 08:30 AM
#1
Thread Starter
New Member
A problem about XML DSO
I have a problem about XmlDSO, if a xml file which is considered as a data source is in remote server, I want to access it through client script language (e.g. VBScript), how could I do this? The following code is seemed somewhere wrong:
<xml id="myDSO" src="http://127.0.0.1/myData.xml"></xml>
¡_
<script language=¡±VBS¡±>
myDSO.recordset.MoveFirst
</script>
when I browse it through IIS the browser pop up a message box tells me that cannot have any operations while the object is closed, how can I do so I could solve this problem?
Through IIS or through remote server, it always cannot access DSO, in my view, only the protocol is file:// or open it directly from My Computer it can works properly, but the http:// will occurs exception. It is the problem of access permission? But I just want to read the data from DSO. Can this problem be solved?
----------------------------------------
Maybe God wants us to meet a few wrong people before meeting the right one, so that when we finally meet the person, we will know how to be grateful...
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
|