Skip to main content
juresti
Known Participant
May 13, 2009
Question

I need a .XML file from MS SQL

  • May 13, 2009
  • 1 reply
  • 399 views

I had a database in access I created a query and exported to xml because I need to use it for a calendar. Now the database is in MS SQL I have the access query as a view in ms sql and I need this to produce an XML file I can not figure this out. Can anyone help? I am very upset.

I need a .xml file for a javascript calendar am I going about this the wrong way?

This topic has been closed for replies.

1 reply

David_Powers
Inspiring
May 13, 2009

The following page describes how to create XML from a database query: http://labs.adobe.com/technologies/spry/samples/utils/query2xml.html. The ASP solution is at the bottom of the page.