Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting ADO to XML string
Message
From
19/08/2001 06:47:20
 
 
To
All
General information
Forum:
Internet
Category:
Javascript
Title:
Converting ADO to XML string
Miscellaneous
Thread ID:
00545946
Message ID:
00545946
Views:
41
In IE 5.5 I have a XML data island.
I want to convert it to XML string.
However, the following program does'nt work since objADOStream is undefined.
How to convert ADO recordset to XML string in jscript ?
result.recordset.MoveFirst(); 
var objADOStream;
result.recordset.save( objADOStream, 1); //1=adPersistXML
document.frmdoc.RowData.value = objADOStream.ReadText(-1);  //-1=adReadAll
Andrus
Next
Reply
Map
View

Click here to load this message in the networking platform