Generating XML files from SQL Database
Before you continue to write your own aspx file, check your directory write permission. I have used Northwind sample database. We will write some of data from Employees table to XML file.
Visit publisher site: Generating XML files from SQL DatabaseListing Details
- Filed in:
-
Scripts / ASP.NET / Tutorials & Tips
- Submitted on:
- Last Updated:
- May 18, 2009
- Publisher:
- Dotnetindex.com Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
I am new at ASP.net, have Visual Web Developer 2005 Express Edition, and needed to understand how to write an XML file from an SQL database. Within 3 minutes, I have copied the script into a test page, altered the Server= connection string to that given by the Database Explorer, and this script worked the first time! Thank you!