Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Importing / Linking / August 2004

Tip: Looking for answers? Try searching our database.

Linking to SQL Server

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jim - 04 Aug 2004 21:31 GMT
I've created a database with Access 97 and had problems
with concurrency.  The database was upgraded to Access
2002 and since then we haven't connected concurrently.  

Does Access 2002 provide good concurrency protection?  

If not, would exporting the database into SQL Server 2000
work when used with a link back to Access 2002?
Mary Chipman - 06 Aug 2004 15:22 GMT
Good concurrency isn't something that's built into the engine, it's
something you design in your table schema. Normalizing your tables so
that users aren't editing the same row in the same table at the same
time works no matter what the engine is. Fetching only needed data to
keep result sets small and elmininating pessimistic locking also
helps. If you have one table and multiple users all editing the same
record at the same time then you'll have problems with any engine.
Switching engines is never a cure for inadequate design, and in the
case of porting an inefficient  Access app to SQL Server, it has often
been found to make concurrency problems worse, not better, since there
is increased overhead involved with SQL Server.

--Mary

>I've created a database with Access 97 and had problems
>with concurrency.  The database was upgraded to Access
[quoted text clipped - 4 lines]
>If not, would exporting the database into SQL Server 2000
>work when used with a link back to Access 2002?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.