Hi
I have a web app which uses an Access 2003 database. It works well enough and I can query it via a form with supplied parameters.
However, the actual .mdb file is stored on a file server and I have setup and ODBC data source for my servlet. The .mdb file is edited independently (from the web app) by users who have an Access front-end. What I have found is that unless I re-start the Tomcat server, any new changes made via the Access front-end are not available to the web app.
Is this a fault with my servlet database connection? I am doing something wrong in my code, or is there a setting on the Access database (like a COMMIT setting) that needs changing? I do not know very much about the technical side of Access.
Any tips would be appreciated!
I have a web app which uses an Access 2003 database. It works well enough and I can query it via a form with supplied parameters.
However, the actual .mdb file is stored on a file server and I have setup and ODBC data source for my servlet. The .mdb file is edited independently (from the web app) by users who have an Access front-end. What I have found is that unless I re-start the Tomcat server, any new changes made via the Access front-end are not available to the web app.
Is this a fault with my servlet database connection? I am doing something wrong in my code, or is there a setting on the Access database (like a COMMIT setting) that needs changing? I do not know very much about the technical side of Access.
Any tips would be appreciated!