-
Creating an XML file with an ASP recordset object
Hello Developers,
I am currently developing a web based application that uses ASP to retreive
most of its content from a SQL Server 7 database. I understand the power
of XML and XSL and I plan to use them extensively from now on.
My question: How does one actually take the data from a recordset and place
it into an XML file?
-
Re: Creating an XML file with an ASP recordset object
since ADO 2 sp2 the Recordset object has had a .Save method that takes
parameters
which can contain a file name, and a persist parameter something like
adPersistXML that tells it to save it to a file in XML format.
"Cole Parsons" <coleparsons@hotmail.com> wrote in message
news:3a097c89$1@news.devx.com...
>
> Hello Developers,
>
> I am currently developing a web based application that uses ASP to
retreive
> most of its content from a SQL Server 7 database. I understand the power
> of XML and XSL and I plan to use them extensively from now on.
>
> My question: How does one actually take the data from a recordset and
place
> it into an XML file?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|