Help!!!
Does anyone know how i can convert the info in my recordset into an XML string...
desperate,
d
Printable View
Help!!!
Does anyone know how i can convert the info in my recordset into an XML string...
desperate,
d
ADO 2.5 or 2.6 introduced the ability to automatically save a RS as XML:
http://msdn.microsoft.com/library/de...mthrstsave.asp
Else, or if you don't like the default format, you could create the string manually.
Hey Josh...
Thanks for your reply. I had browsed through that page you sent me... and ultimately ended up doing the whole thing manually...
thanks again,
d