Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stream from FOR XML query to ADO Stream Object

Status
Not open for further replies.

rk1972

Programmer
Oct 4, 2003
6
US

When I Use this

objComm.Properties("Output Stream").Value = objStream

in my ASP to retrieve a XML returned Stream from SQL Server

I get following error

Error Code: ADODB.Command (0x800A0CC1)
Error Description: Item cannot be found in the collection corresponding to the requested name or ordinal.

Can anyone Sort this ?

Thank You and Apperciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top