473,382 Members | 1,400 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,382 software developers and data experts.

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********@gmail.com)

Feb 20 '06 #1
11 4731
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......(we 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********@gmail.com wrote in
news:11**********************@g43g2000cwa.googlegr oups.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
Yes .. but the ADP project does serve a purpose .. Access dev against
sql server back up. It is nice to have the stored procs, views, etc
at your disposal in Access when you have power users who you don't want
in Enterprise Manager / Query Manager, but you do want to give them
access (no pun intended) to lower level stored procs, etc. I find the
'idea' good, but the implementation by MS avg at best.

Rob Kershberg

Feb 22 '06 #11
rk********@gmail.com wrote in
news:11*********************@o13g2000cwo.googlegro ups.com:
Yes .. but the ADP project does serve a purpose .. Access dev
against sql server back up. It is nice to have the stored procs,
views, etc at your disposal in Access when you have power users
who you don't want in Enterprise Manager / Query Manager, but you
do want to give them access (no pun intended) to lower level
stored procs, etc. I find the 'idea' good, but the implementation
by MS avg at best.


If that's what ADPs are good for, why are they part of Access? They
should be part of the SQL Server administration tools.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Feb 22 '06 #12

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

Similar topics

1
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...
5
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...
49
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...
8
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...
52
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...
2
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...
6
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...
4
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...
6
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...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
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...

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.