Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ClaireJones

  1. ClaireJones

    database output to xml

    Well the way I'm doing it write now is everytime I add a new record to the database though an asp page I have a response.redirect to the above page which regenerates the xml file and copies over the old one. The new record is then visable.
  2. ClaireJones

    database output to xml

    <%LANGUAGE=&quot;VBScript&quot;%> <% 'Open database connection dim Cn dim Rs Set Cn = Server.CreateObject(&quot;ADODB.Connection&quot;) Cn.Open &quot;Organizer&quot; Set Rs = Server.CreateObject(&quot;ADODB.Recordset&quot;) Set Rs = Cn.Execute(&quot;Select * From Schedule&quot;) dim...

Part and Inventory Search

Back
Top