I have
Code:
Set DB = server.CreateObject("adodb.connection")
db.Provider ="MSDataShape"
db.open(connstring)
which work works and I have this
Code:
Set rs = db.Execute("Cleanup") 'delete query to clean data
Set rs = db.Execute("AddPagesnumbers") 'append query to GROUP the data
db.Close
if I run it get no error but if I open the database there no data if I close it and open it again the data there
open it the sec time I see the data
like there a time delay on see the data
anyway of refrenshing the tables I have updated.
as I want then read the data from the freshly updated tables and post them on A NEW Page.