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
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