Ask a Question related to ASP Components, Design and Development.
-
Pedro #1
ADO Stream object
I'm trying to execute the piece of code below:
Const adTypeBinary = 1
Dim BinaryStream
Set BinaryStream = CreateObject("ADODB.Stream")
'Specify stream type - we want To get binary data.
BinaryStream.Type = adTypeBinary
'Open the stream
BinaryStream.Open
URL=http://server/docs/mydocs/myfile.jpg
As soon as the Open method is executed I get the follwoing
message:
Microsoft OLE DB Service Components error '80040e19'
Object or data matching the name, range, or selection
criteria was not found within the scope of this operation.
The code above works well when I run it locally against my
local instance of IIS5.0. When I load it into my ISP
server, I get the error message above.
Thanks for the help.
Pedro.
Pedro Guest
-
Handling Object Stream / Cross Ref stream in PDF 1.4
Hi, My PDF Application handles only PDF spec 1.4 and when my Application process a PDF file generated with Acrobat ~ PDF 1.6, I see some Cross... -
can stream LIVE, but can't stream FLV -=
Hi there. Pulling out my hair...and i'm bald enough already! I built a FLA that streams live from the FME - works great. Cannot for the life... -
Dynamically loading user control into Placeholder gives Object reference not set to an instance of an object
I've created user controls that contain listboxes that are dynamically populated from the database. In the html view of the user control... -
Delete stream object
If I use netStream.close command I stop the stream but I don't delete the object that remain in server with the number ID of client and the status... -
Cannot serialize object of type System.Object[,]. Multidimensional arrays are not supported
Hi, I get this on server when trying to retun a 2 dim array. I apprecaite that they are not supported as per... -
Atrax #2
Re: ADO Stream object
well, you HAVE shown a local URL. I'd guess the ISP's server doesn't
know where to find that URL (because it's a local URL, y'see?)
________________________________________
Atrax. MVP, IIS
[url]http://rtfm.atrax.co.uk/[/url]
newsflash : Atrax.Richedit 1.0 now released.
[url]http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/[/url]
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Atrax Guest
-
Egbert Nierop \(MVP for IIS\) #3
Re: ADO Stream object
"Pedro" <anonymous@discussions.microsoft.com> wrote in message
news:e06d01c3efe5$edc92ec0$a501280a@phx.gbl...use URL=http://localhost/docs/mydocs/myfile.jpg> I'm trying to execute the piece of code below:
>
> Const adTypeBinary = 1
> Dim BinaryStream
> Set BinaryStream = CreateObject("ADODB.Stream")
>
> 'Specify stream type - we want To get binary data.
> BinaryStream.Type = adTypeBinary
>
> 'Open the stream
> BinaryStream.Open
> URL=http://server/docs/mydocs/myfile.jpg
--
compatible web farm Session replacement for Asp and Asp.Net
[url]http://www.nieropwebconsult.nl/asp_session_manager.htm[/url]
Egbert Nierop \(MVP for IIS\) Guest



Reply With Quote

