G
Grant Schenck
Hello,
I'm looking to build a solution. It is a simple .NET app which will use a
network shared JET database. The database will consist of a single table
with a single field containing a telephony number. There will be 26 clients
each of which will periodically query to see if a specific number is in the
table (once a minute or so.) In addition, they will periodically use Access
or possibly a simple .NET app to add/delete/view the list of numbers. It is
possible that they may have more then one person adding and that the adding
would happen at the same time as client users are doing lookups.
So, my manager came back with this KB article:
http://support.microsoft.com/?scid=kb;en-us;303528
And statements to the effect that Access is unreliable over a LAN. While
the article does refer to some issues, I see them more as a CYA on MS' part
rather then a fundamental condemnation of using JET over a LAN. The
article is by no means cut and dry.
I last used Access about 10 years ago in a similar sized Networked app and
it was fine. My manager is pushing to use MSDE or build our own server on
top of JET. This all seems like an overkill.
So, what in the concensus of JET/Access developers? Is JET fundamentally
flawed when used over a network or is it basicly pretty reliable when used
mainly for reading and with relativly low query rates and with good backup
proceedures.
Thanks!
I'm looking to build a solution. It is a simple .NET app which will use a
network shared JET database. The database will consist of a single table
with a single field containing a telephony number. There will be 26 clients
each of which will periodically query to see if a specific number is in the
table (once a minute or so.) In addition, they will periodically use Access
or possibly a simple .NET app to add/delete/view the list of numbers. It is
possible that they may have more then one person adding and that the adding
would happen at the same time as client users are doing lookups.
So, my manager came back with this KB article:
http://support.microsoft.com/?scid=kb;en-us;303528
And statements to the effect that Access is unreliable over a LAN. While
the article does refer to some issues, I see them more as a CYA on MS' part
rather then a fundamental condemnation of using JET over a LAN. The
article is by no means cut and dry.
I last used Access about 10 years ago in a similar sized Networked app and
it was fine. My manager is pushing to use MSDE or build our own server on
top of JET. This all seems like an overkill.
So, what in the concensus of JET/Access developers? Is JET fundamentally
flawed when used over a network or is it basicly pretty reliable when used
mainly for reading and with relativly low query rates and with good backup
proceedures.
Thanks!