Re: what's wrong with this?



kishore wrote on Fri, 19 May 2006 00:08:01 -0700:

But "Output Stream" is a valid property for ADODB.Command Object, i have
verified it with MSDN & many other websites

"Stephen Howe" wrote:

Run-Time error '3265':Item can not be found in the collection
corresponding
to the requested name or ordinal.

the debugger shows error in the line :
command.Properties("Output Stream") = responseStream

It means that there is no such property as "Output Stream" for the
command Object. Here is the list of
Properties http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/ado270/htm/mdobjcommandpme.asp?frame=true

Stephen Howe



The other possible issue I've found is that the MSDN articles are wrong, and
you need Set at the start of the line, ie.

Set command.Properties("Output Stream") = responseStream

Dan


.



Relevant Pages

  • Re: Audio Streaming
    ... Hi Tom all the links you send was to Record and play the wave files. ... And I have to stream or buffer a portion of the wave file ... Also can you send me the links for the MSDN samples you used to work ... > how to seek within the structure of a .wav file. ...
    (microsoft.public.vc.mfc)
  • Re: how to check the scanf function if it will read more than one number
    ... > The fflush function flushes a stream. ... > the buffer associated with the stream. ... The fact that MSDN includes bad code examples is hardly ...
    (comp.lang.c)
  • Re: Streaming-Frage
    ... liefert einen Stream, den ich in meinem Programm in ein File schreiben ... unter 2.0 ist der FtpWebRequest das Stichwort. ... Den obigen responseStream könnte Deine Klasse zum Beispiel ... Dipl.Inf. Frank Dzaebel ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • SOAP Extension Returning Original Stream
    ... This might be a daft post but I am very new to the SOAP Extension ... Basically I have taken the MSDN example that writes the SOAP ... The code works fine and writes the data to the log file. ... the original stream is always returned to the client ...
    (microsoft.public.dotnet.framework.webservices)
  • adDefaultStream fails in OnSyncSave()
    ... My aim is to get message content in RFC822 or MIME format. ... stream object object associated with the exchange item will have ... Does that so called MIME/RFC822 stream, exists as documented in MSDN? ...
    (microsoft.public.exchange2000.development)