Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_ado_rds thread: Re: ADODB.Record does not work


Message #1 by "Larry Burgess" <Larry.Burgess@t...> on Mon, 15 Jul 2002 23:48:08
Downloading and installing MDAC 2.6 will resolve this.  It's available at 
Microsoft's web site.

> I've got exactly the same problem. Please guru, an answer...
> 
> > Does anyone know why the code below does not work ?
> > 
> > <%
> > Dim a
> > Set a = Server.CreateObject("ADODB.Record")
> > a.open "readme.txt","URL=http://localhost/c1"
> > set a = nothing
> > %>
> > 
> > When I run this script, the following error occurs:
> > 
> > Error Type:
> > Microsoft OLE DB Provider for Internet Publishing (0x80004005)
> > Unspecified error 
> > /c1/upload.asp, line 17
> > 
> > nb: I'm using IIS5 on Windows 2000 server
> > 

  Return to Index