473,787 Members | 2,938 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access 2003 performance on datasheet view of bound form

Recently converted the entire office to Access 2003 as a by-product of
upgrading all users to XP sp2 and Office 2003.

My performance on the Access 2003 datasheet view of a bound (to an
underlying SQL Server view) is so slow the application now is unusable.
There must be some additional settings that I am not aware of (I wrote
all of the code on the back end .. and it has been optimized and runs
extremely well).

Current environment is Access 2003 sp2, SQL Server 2000. The datasheet
view is selected for the form which has a view that it is bound to.

Can I get some assistance to bolster performance ?

Thanks,

Rob
(rk********@gma il.com)

Feb 20 '06 #1
11 4763
Additional info:

Project before the conversion was an Access 2000 adp. I have even
converted the new file to an Access2003 only file format (adp also)
with little performance boost.

Thanks,

Rob

Feb 20 '06 #2
Additional info:

Project before the conversion was an Access 2000 adp. I have even
converted the new file to an Access2003 only file format (adp also)
with little performance boost.

Thanks,

Rob

Feb 20 '06 #3
It is not clear if this is a now a adp project, or a standard mdb file wit
linked tables to sql server?

if your tables are very tiny...say, only 50,000 to 150,000 records, then on
a network, using just a file share should result in instant response times.
and, if you move the back end to sql sever..then while you likely will not
see any performance gains..the response time again should be instant if you
are hitting a back end with such small tables. (in fact, often moving to sql
server results in a slow down. A jet file share is often 2-400% faster then
sql server).

OF course, we do restrict the records loaded to the form...right?

And, of course, any field use to restrict the records loaded to the form is
indexed..right?

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl************* ****@msn.com
http://www.members.shaw.ca/AlbertKallal
Feb 20 '06 #4
Albert:

I mentioned in my follow up that this is an Access ADP project
(converted from Access 2000 to Access 2003).

The real problem is the refresh of the datasheet view (say for
instance, you try to find a row in your result set .. the row is found
quickly, but the refresh of the data is very very slow. In addition,
if you scroll left or right, the entire page is refresh after each
movement of the scroll bar .. it's very (very) slow.

These problems did not exist in the Access 2000 version.

Of course, the result sets are limited to under 50,000 rows. I've had
a dozen or so users pounding on this particular ADP for a few years,
with no real troubles. ONLY since the conversion to Access 2003 did I
begin to encounter the performance problems.

Open to any and all suggestions.

Rob

Feb 21 '06 #5
>
Of course, the result sets are limited to under 50,000 rows.
Well, actually, you should not need more then a few 100 records.

Some type of "search" screen should be used...such as what I out line here:

http://www.members.shaw.ca/AlbertKal...rch/index.html
I've had
a dozen or so users pounding on this particular ADP for a few years,
with no real troubles. ONLY since the conversion to Access 2003 did I
begin to encounter the performance problems.
gee, that is strange. I not seen a lot of posts (if any) that suggest a
particular performance problem when upgrading....
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl************* ****@msn.com
http://www.members.shaw.ca/AlbertKallal

Open to any and all suggestions.

Rob

Feb 21 '06 #6
Albert:

Your points are well taken.

Let me 1st state that I am an MCSD with 10 yrs + experience in SQL
Server. I'm not quite that experienced in Access.

The bigger issue is why did Access 2000 have no performance issues, but
Access 2003 does ?

The screen refresh on the result set, whether going from one page to
another, or scrolling left to right, is horrifically slow. There's
something seriously wrong with the parameters or options in Access.

We have a result set of approx 17,000 to 20,000 rows of data that our
users are constantly manipulating and using. While it would be nice to
have a complex UI to query on specific values, parameters, etc .. this
was NOT needed in the prior version of Access.

It is very frustrating to go thru a painful upgrade for all
workstations, in the hope of having better performance, increased
security and the like .. to find out that an application that had been
working smoothly for years is now unusable.

Rob

Feb 21 '06 #7
> Let me 1st state that I am an MCSD with 10 yrs + experience in SQL
Server. I'm not quite that experienced in Access.
great....just wanted to state the obvious, that is makes no sense to
download ALL accounts to a teller machine, and THEN ask the user for what
account......(w e just wasted 1000's of records of bandwidth..and have done
ZERO useful work).

Pulling 20,000 records into a form is a rather large hit...and THEN the user
starts working....(but , lets just
leave this issue for another day).
The bigger issue is why did Access 2000 have no performance issues, but
Access 2003 does ?


I wonder if some tweaking was done in the original? Check the
tools->options->advanced tab

There is some odbc parms you can look at (I don't think this is your
problem...but do take a look).

However, while we are in the advanced tab, I WOULD check the edit/find
tab.... There, is a box for the max number of records in a list...it
defaults to
1000 (can you check your old settings...on a old machine?).

I wonder what else was changed in the install/upgrade....

And yes....a rather frustrating situation you have right now....

Did you change from using a odbc logon to using windows authentication for
loggoin on to sql server? That might be a issue also?

Somthng is wrong here...just don't know what....

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl************* ****@msn.com
http://www.members.shaw.ca/AlbertKallal

Feb 21 '06 #8
rk********@gmai l.com wrote in
news:11******** **************@ g43g2000cwa.goo glegroups.com:
The bigger issue is why did Access 2000 have no performance
issues, but Access 2003 does ?


It's an ADP. Every new version of Access introduces new bugs into
ADPs, and reverts bugs fixed in older versions.

This is one of the many reasons why many of us have never considered
using ADPs. It's new technology that's unproven.

I wouldn't be surprised if ADPs are dropped in Access 13 or so
(i.e., the version after the next version).

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Feb 21 '06 #9
Don't ask me WHY ..... but i went in to the tools/options/forms-reports
and changed selection behavior from partially enclosed to fully
enclosed. I don't even know what this IS, BUTTTT ... it turned the
performance upside down. (I had already checked the
odbc/connection/rows settings .. that was not the issue). Mind telling
me what these new settings are in 2003 ???

Thanks for your help.

Rob

Feb 22 '06 #10

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

Similar topics

1
2158
by: edo | last post by:
Following is a summary of articles spanning a 7 day period, beginning at 12 Dec 2003 05:22:35 GMT and ending at 19 Dec 2003 04:09:06 GMT. Notes ===== - A line in the body of a post is considered to be original if it does *not* match the regular expression /^\s{0,3}(?:>|:|\S+>|\+\+)/. - All text after the last cut line (/^-- $/) in the body is
5
4005
by: Scott | last post by:
I have a customer that had developed an Access97 application to track their business information. The application grew significantly and they used the Upsizing Wizard to move the tables to SQL 2000. Of course there were no modifications made to the queries and they noticed significant performance issues. They recently upgraded the application to Access XP expecting the newer version to provide performance benefits and now queries take...
49
14358
by: Yannick Turgeon | last post by:
Hello, We are in the process of examining our current main application. We have to do some major changes and, in the process, are questionning/validating the use of MS Access as front-end. The application is relatively big: around 200 tables, 200 forms and sub-forms, 150 queries and 150 repports, 5GB of data (SQL Server 2000), 40 users. I'm wondering what are the disadvantages of using Access as front-end? Other that it's not...
8
25406
by: Jerry | last post by:
I have an off-the-shelf app that uses an Access database as its backend. One of the tables contains a field with an "OLE Object" datatype. I'm writing some reports against this database, and I believe this field contains data I need. When I view the table in datasheet view, all I can see in this field is the string "Long binary data". So, I've got the problem of needing to extract data from this field, but I don't know what format...
52
9987
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server 2005, and, since he already has licenses for Office Pro 2002, he wants to upgrade to that. I've been saying that we need to upgrade to Access 2003, not 2002, even if Office is kept at 2002. We are also looking to do a fair amount of...
2
4239
by: egoldthwait | last post by:
I need to convert a 17mb access 2000 db to Oracle and house it in a Citrix farm. The issue: we have never converted an Access Db to Oracle but can probably use Oracle's Workbench to assist with this. Also - the citrix folks do not want us to keep the FE in Access as the queries and other activities consume a lot of power. The users will be in 3 different offices across the globe all accessing the 1 Oracle DB in Citrix. Does anyone have...
6
6268
by: onnodb | last post by:
Hi all, While working on an Access UI to a MySQL database (which should be a reasonable, low-cost, flexible interface to the DB, better than web-based, much less costly than a full-fledged .NET app or so.... is it?), I tried measuring the bandwith consumed by the Access/MyODBC/MySQL link, which came out to be, er, quite high. I fancied it would be interesting to look at the queries Access throws at MySQL through the ODBC link, so I...
4
2663
by: Don Do | last post by:
Help I built a form/subform/subsubform setup using the access forms wizard. I have a table1 = parent, table2 = child, table3 = (grandchild?). There will be multiple records in table2 that tie to table1, and multiple records in table 3 that tie to table2. Both on "1 to many" joins. Each of the forms are bound to the fields in the respective tables. The subform & subsubform are datasheet view. When I enter any data, I
6
2676
by: jsacrey | last post by:
Hello everybody, I've got a bit of a situation that I could use some guidance with if possible. I work for an auditing firm where my users audit electronic shipping data for customers to see if they've been overcharged for shipments by truck and rail carriers. 99.9% of the time, one of our auditors needs to see all data sent by a customer in datasheet view so that they can sort records in many different ways looking for duplication...
0
9655
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10363
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10110
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7517
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6749
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3670
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.