Hi,
we have 2 copies of asp/Access solution on 2 different web servers. We need to synchronize MDBs (1 table) every 3-4 hours. What would be the best way of doing this using asp?
I'm not sure if you want/need to do this via asp. I think I would probably right a vbs script (basically the same thing as ASP except minor differences) Then you could just do a select and an insert and loop through the records...Then you could use the task manager to run this on whatever increment you'd like. You could also use the wsh.sleep method, and let the script pause for x amount of time....though i'd prob sick with the first option. Let me know if this helps.
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.