Results 1 to 3 of 3

Thread: XML Recordset

  1. #1

    Thread Starter
    Junior Member dylanmendes's Avatar
    Join Date
    Dec 2001
    Location
    Bombay, India
    Posts
    28

    XML Recordset

    Help!!!

    Does anyone know how i can convert the info in my recordset into an XML string...

    desperate,
    d

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3

    Thread Starter
    Junior Member dylanmendes's Avatar
    Join Date
    Dec 2001
    Location
    Bombay, India
    Posts
    28

    manual solution

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width