Access 2003.
Given the potential problems associated with Access databases and corruption, I am considering using a totally disconnected model when coding a new database.
The application will have a front-end that is merely for selection of patient records and connects to an enterprise SQL database via linked tables in browse-only mode. Given this, is there any possibility of corruption of the Access d/b when using linked tables as a datasource, to browse the SQL tables.
I believe the potential for corruption comes when Access is trying to update records in its own database over a slow network, when record locking and contention issues arise.
If this is the case, I can still use a connected model on the front-end selection, and a disconnected model when updating the Access non-enterprise data?
Thanks
The risk with keeping an open mind is having your brains fall out.
Shaunk
Given the potential problems associated with Access databases and corruption, I am considering using a totally disconnected model when coding a new database.
The application will have a front-end that is merely for selection of patient records and connects to an enterprise SQL database via linked tables in browse-only mode. Given this, is there any possibility of corruption of the Access d/b when using linked tables as a datasource, to browse the SQL tables.
I believe the potential for corruption comes when Access is trying to update records in its own database over a slow network, when record locking and contention issues arise.
If this is the case, I can still use a connected model on the front-end selection, and a disconnected model when updating the Access non-enterprise data?
Thanks
The risk with keeping an open mind is having your brains fall out.
Shaunk