473,398 Members | 2,403 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,398 software developers and data experts.

Access 97 is unacceptably slow for web application

Hi,

I have a small Access 97 database (~2.5 MB), which has about 9 user
tables, and data are normalized up to 3NF. I'm using a third party
tool/language for web interface application. I just did a quick test,
query runing from Access's internal SQL command line/window, very
fast, reasonably involved query (with three inner joins). So, the
problem seems to be on the third party tool side, maybe, it's
interaction with the driver is not that great.
Anything on Access side that I can do to improve the performance? All
tables's PKs have been indexed.

Thanks.
Nov 12 '05 #1
3 2040
sounds as if the problem is with the 3rd party tool - as you mentioned
the query is fast in MS Access, but slow via the web tool.......I
would check with the 3rd party tool.......possible a ODBC setting or
some other configuration

qw********@boxfrog.com (Doug Baroter) wrote in message news:<fc**************************@posting.google. com>...
Hi,

I have a small Access 97 database (~2.5 MB), which has about 9 user
tables, and data are normalized up to 3NF. I'm using a third party
tool/language for web interface application. I just did a quick test,
query runing from Access's internal SQL command line/window, very
fast, reasonably involved query (with three inner joins). So, the
problem seems to be on the third party tool side, maybe, it's
interaction with the driver is not that great.
Anything on Access side that I can do to improve the performance? All
tables's PKs have been indexed.

Thanks.

Nov 12 '05 #2
Watch out for indexed and nonindexed fields in your third party
software/setup. Using their nonindexed fields for joins can be very
slow. Look for names of fields that may have something like "Idx" as
part of the name, if the tables are already setup. If you are using
the Third Party software to set up your nonAccess tables, try to
index the fields you need to join on.

Peter

MeadeR wrote:
sounds as if the problem is with the 3rd party tool - as you mentioned
the query is fast in MS Access, but slow via the web tool.......I
would check with the 3rd party tool.......possible a ODBC setting or
some other configuration

qw********@boxfrog.com (Doug Baroter) wrote in message news:<fc**************************@posting.google. com>...
Hi,

I have a small Access 97 database (~2.5 MB), which has about 9 user
tables, and data are normalized up to 3NF. I'm using a third party
tool/language for web interface application. I just did a quick test,
query runing from Access's internal SQL command line/window, very
fast, reasonably involved query (with three inner joins). So, the
problem seems to be on the third party tool side, maybe, it's
interaction with the driver is not that great.
Anything on Access side that I can do to improve the performance? All
tables's PKs have been indexed.

Thanks.


Nov 12 '05 #3
Thanks you both. Yes, it seems to be obvious that the third party is
the culprit of the poor performance. They are doing something weird to
make ODBC to talk to its java server, an extra layer. But I consider
the problem solved since my client is using a lower version that does
not use Java and performance is OK.

qw********@boxfrog.com (Doug Baroter) wrote in message news:<fc**************************@posting.google. com>...
Hi,

I have a small Access 97 database (~2.5 MB), which has about 9 user
tables, and data are normalized up to 3NF. I'm using a third party
tool/language for web interface application. I just did a quick test,
query runing from Access's internal SQL command line/window, very
fast, reasonably involved query (with three inner joins). So, the
problem seems to be on the third party tool side, maybe, it's
interaction with the driver is not that great.
Anything on Access side that I can do to improve the performance? All
tables's PKs have been indexed.

Thanks.

Nov 12 '05 #4

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

Similar topics

8
by: Markus Kemp | last post by:
Hi all, Well, basically the title says it all. I can't use os.access() because it tests whether the REAL UID can read/write/exec the file. Surely there has to be a function that does what I...
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...
6
by: Terry Bell | last post by:
We've had a very large A97 app running fine for the last seven years. I've just converted to SQL Server backend, which is being tested, but meanwhile the JET based version, running under terminal...
24
by: Bob Alston | last post by:
Most of my Access database implementations have been fairly small in terms of data volume and number of concurrent users. So far I haven't had performance issues to worry about. <knock on wood> ...
0
by: roiavidan | last post by:
Hi, I'm having a bit of a problem with a small application I wrote in C#, which uses an Access database (mdb file) for storing financial data. After looking for a similiar topic and failing to...
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: dorpnospam | last post by:
We have an old but very critical application that was written in VB 6 against Access 95 dbs. We need to ditch this decrepit old unstable db platform but we are trying to determine the best...
2
by: john | last post by:
We have an mdb running on Access 2000 that was originally built in Access 97. Now, after having migrated the mdb to Access 2002 on Citrix (both the mdb and Access reside on the Citrixserver), the...
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: 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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
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
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...

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.