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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

persisting to a stream object....

Status
Not open for further replies.

HRTP

Programmer
Oct 31, 2000
6
US
Hi There,

I am trying to persist the data from a recordset onto a stream and write the stream data using Response object. But nothing happens.

the code looks something like this.
.
.

stmTestStream=Server.CreateObject("ADODB.Stream")
RecSet.Save stmTestStream, adPersistXML
Response.Write (stmTestStream.ReadText)
.
.

Any ideas, what could be the problem?


Server is on WinNT 4.0.
Client uses MDAC 2.6 (IE 5.0 Browser)


TIA for any help/direction.
HRTP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top