Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_ado_rds thread: ADO Stream Object


Message #1 by mbosley@p... on Mon, 12 Feb 2001 23:44:22
I can open up a text file but can not open up a file from an URL into a

string.I've tried this on NT4 with IIS4 and MDAC 2.5. Also I tried it on 

Windows 2000 Professional with IIS5 and MDAC 2.6



I'm running this in an ASP page.



<%@ LANGUAGE="VBScript" %>

<!--#include file="ADOVBS.inc"-->

<%Response.Expires=0%>

<%

Dim objStm, str



Set objStm=Server.CreateObject("ADODB.Stream")



objStm.Open "URL=http://www.msn.com/default.asp", 1







objStm.Close





any I get this error message in the page





HTTP 500.100 - Internal Server Error - ASP error

Internet Information Services



---------------------------------------------------------------------------

-----



Technical Information (for support personnel)



Error Type:

Microsoft OLE DB Service Components (0x80004005)

Unspecified error

/test/stream.asp, line 9





Browser Type:

Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; COM+ 1.0.2204) 



Page:

GET /test/stream.asp





Any clues to what is going on?

Message #2 by "H.-J. Leonhardt" <h.j.leonhardt@a...> on Wed, 14 Feb 2001 00:58:25
Hello, 



I have exactly the same problem... :-(

(IIS5.0 win2000)



but on my notebook running PWS4.0/win98

everthing is running correct..



If you hear something about tosolve that problem, please let me know.

h.j.leonhardt@a...

I think, one cause lould be a non registered component...



...keep smiling




  Return to Index