Question
MS Access database queries don't retrieve latest data
Hello,
This is a shared host environment I'm trying to support. No access to Coldfusion control panel.
The datasource is an Access mdb. If we upload a new .mdb file to the website, the new data or new tables within the database are not reflected in the cfquery requests until usually several hours later. There is no caching being done within the cfquery tag. The browser is not caching the page, we've flushed the cache and used Fiddler to confirm it was retrieving a new page from the website.
Does the Access datasource do some type of caching of the old .mdb file, or does the jdbc driver underlying it? Or is there a setting somewhere I don't know about that would explain this?
Thanks for any pointers
Jason
This is a shared host environment I'm trying to support. No access to Coldfusion control panel.
The datasource is an Access mdb. If we upload a new .mdb file to the website, the new data or new tables within the database are not reflected in the cfquery requests until usually several hours later. There is no caching being done within the cfquery tag. The browser is not caching the page, we've flushed the cache and used Fiddler to confirm it was retrieving a new page from the website.
Does the Access datasource do some type of caching of the old .mdb file, or does the jdbc driver underlying it? Or is there a setting somewhere I don't know about that would explain this?
Thanks for any pointers
Jason
