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.
<%LANGUAGE="VBScript"%>
<%
'Open database connection
dim Cn
dim Rs
Set Cn = Server.CreateObject("ADODB.Connection")
Cn.Open "Organizer"
Set Rs = Server.CreateObject("ADODB.Recordset")
Set Rs = Cn.Execute("Select * From Schedule")
dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.