Re: what's wrong with this?
- From: "Daniel Crichton" <msnews@xxxxxxxxxxxxxxxx>
- Date: Fri, 19 May 2006 09:40:21 +0100
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 collectioncorresponding
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
.
- References:
- Re: what's wrong with this?
- From: Stephen Howe
- Re: what's wrong with this?
- Prev by Date: Re: what's wrong with this?
- Next by Date: ADOX: how to get true ordinal of Excel Table
- Previous by thread: Re: what's wrong with this?
- Next by thread: RE: Reminder
- Index(es):
Relevant Pages
|
|