johnbird1988
Board Regular
- Joined
- Oct 6, 2009
- Messages
- 199
Hello,
I have a query that connect to a API to update a set of data. The problem I am having is once the date first loads any further updates do not update. It is like the connections has been cache or something.
Is there a way I can clear the cache so it will update every time it is run.
A copy of the subset below:
Thanks, John
I have a query that connect to a API to update a set of data. The problem I am having is once the date first loads any further updates do not update. It is like the connections has been cache or something.
Is there a way I can clear the cache so it will update every time it is run.
A copy of the subset below:
Code:
Set http = CreateObject("MSXML2.XMLHTTP")
http.Open "GET", iURL, False
http.Send
Thanks, John