Hi folks,
I've got a web application that lets the user download a copy of the back-end Access database. The application is written in ColdFusion, writes to the Access database via an ODBC connection. We're using a CFFILE copy of the Access database to a subdirectory and renaming the file with a unique timestamp to avoid filename conflicts. It's been working fine for over a year.
Today client called and says she's not seeing the data she entered into the application in the database she's just downloaded. So I check it, and sure enough, the data I can see in the application is not showing in the database. 10 minutes later I download another new copy of the database and the records are updated correctly. Even better, we store a modified date on the record, and the modification date for the records in question is anywhere from 1-5 days in the past.
What's up with this?!? Is this a case of Access being held open and not caching data to disk? Any suggestions are most appreciated.
Cheers,
Kris
I've got a web application that lets the user download a copy of the back-end Access database. The application is written in ColdFusion, writes to the Access database via an ODBC connection. We're using a CFFILE copy of the Access database to a subdirectory and renaming the file with a unique timestamp to avoid filename conflicts. It's been working fine for over a year.
Today client called and says she's not seeing the data she entered into the application in the database she's just downloaded. So I check it, and sure enough, the data I can see in the application is not showing in the database. 10 minutes later I download another new copy of the database and the records are updated correctly. Even better, we store a modified date on the record, and the modification date for the records in question is anywhere from 1-5 days in the past.
What's up with this?!? Is this a case of Access being held open and not caching data to disk? Any suggestions are most appreciated.
Cheers,
Kris