473,394 Members | 1,774 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Slow Performance in a Multi-User Environment

I have an Access db application that is intended to present the user
with the next available record to make an outbound phone call on.
Originally, I had set it up as a "split" database but, due to
performance issues, I moved it into one database which is accessed by
4-10 people at one time.

However, while the same record was popping up for multiple users at the
same time in teh old setup, it has continued in the new setup. In the
"OnCurrent" even of the main contact form, the database executes an SQL
statement to update the current status of the record to "Working" so
that no one else can get the same record. However, due to network lag
issues, users are retrieving the same record.

Does anyone have any suggestions on how to combat this issue? It is
causing a major implementation headache!

Thanks,
Joe Walsh

Jan 25 '07 #1
2 2936
You need to split your database for reliability. I explain WHY you split
your database here:

http://www.members.shaw.ca/AlbertKal...plit/index.htm

If you keep a persisting connection, most of your performance should
return....

and, further, you can work your way through the following list:

http://www.granite.ab.ca/access/performancefaq.htm
>. In the
"OnCurrent" even of the main contact form, the database executes an SQL
statement to update the current status of the record to "Working" so
that no one else can get the same record. However, due to network lag
issues, users are retrieving the same record.
Record locking is built right into ms-access. Simply turn it on..and only
one user will be able to edit the record. All other users will see a
"circle" with a red line through it (like Ghostbusters symbol) in the record
selected bar. You don't have to write any code at all here..this feature is
built into ms-access....

Simply open up the form in design mode, and on the properties sheet (data
tab), simply set the locking to edited record.....

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
Jan 25 '07 #2
Thanks, Albert. I'm trying some of these solutions now and will let
you know how it goes.

I knew about database splitting but thought I could increase
performance by not splitting the DB. I have now split it and will be
doing some testing today.

Thanks again.
Albert D. Kallal wrote:
You need to split your database for reliability. I explain WHY you split
your database here:

http://www.members.shaw.ca/AlbertKal...plit/index.htm

If you keep a persisting connection, most of your performance should
return....

and, further, you can work your way through the following list:

http://www.granite.ab.ca/access/performancefaq.htm
. In the
"OnCurrent" even of the main contact form, the database executes an SQL
statement to update the current status of the record to "Working" so
that no one else can get the same record. However, due to network lag
issues, users are retrieving the same record.

Record locking is built right into ms-access. Simply turn it on..and only
one user will be able to edit the record. All other users will see a
"circle" with a red line through it (like Ghostbusters symbol) in the record
selected bar. You don't have to write any code at all here..this feature is
built into ms-access....

Simply open up the form in design mode, and on the properties sheet (data
tab), simply set the locking to edited record.....

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
Jan 29 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Amit Dedhia | last post by:
Hi I am developing a Dot net application (involving image processing) on a uni processor. It works well on my machine. I then take all my code on a multi processor, build and run the application...
10
by: ynott | last post by:
I have an Access database with 58 fields in one table. I wrote many of the field names so that they were descriptive so that others could figure it out in the future. As an example, one field...
9
by: Neil | last post by:
I've been discussing here a SQL 7 view which scrolls slowly when linked to an Access 2000 MDB. After trying various things, I've distilled it down to the following: when the linked view has a...
3
by: jdipalmajr | last post by:
I am using a strongly typed dataset with a design time schema. I load data into the dataset tables from xml. The problem I am having is after the XML load. The first time I Add a row to a table...
29
by: Roy Gourgi | last post by:
Hi, I am new to C#. I have the same time scheduling program written in C++ and it is 5 times faster than my version in C#. Why is it so slow as I thought that C# was only a little slower than...
3
by: Mario Soto | last post by:
Hi. i hava a postresql 7.4.2 in a production server. tha machine is a Pentium IV 2,6 GHZ AND 1 GB IN RAM with lINUX RH 9.0. The postresql.conf say: ...
0
by: awebguynow | last post by:
If I use a multi-column index, is it ineffecient ? how much of a performance hit ? I'm creating an order table, that will have a city code as one of the columns. index will be ( orderID,...
9
by: SAL | last post by:
I have an ASP.NET 2.0 app that takes about 17 seconds to load on first startup but then is very fast after that. As I understand it from some posts in June, this is caused by the loading of the App...
33
by: nw | last post by:
Hi all, I'm constantly confronted with the following two techniques, which I believe often produce less readable code, but I am told are faster therefore better. Can anyone help me out with...
4
by: =?Utf-8?B?SGVucmlrIFNjaG1pZA==?= | last post by:
Hi, consider the attached code. Serializing the multi-dimensional array takes about 36s vs. 0.36s for the single-dimensional array. Initializing the multi-dimensional array takes about 4s...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.