- ADO to XML
With XML being the latest and greatest craze, I thought this might be useful to someone out there. Its a little script that queries a database and then using ADOs built in Save feature saves a copy of the data as an XML file. The format isn perfect since its meant to be opened back up by ADO, but it sure beats writing it by hand.
Price: Free
http://www.asp101.com/samples/db_xml.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Display XML from Recordset
This script converts a Recordset to an XML file and sends the file to the browser. This script only works with a recent version of Internet Explorer.
Price: Free
http://asp.superexpert.com/code/code.aspx?cid=120
(Rating: 0.00 Votes: 0)
Rate It
Review It
|