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

Why is our MS Access Asp.net so slow?

We use dot net, asp.net and iis 5 on a pentium 1.2 GHZ (dual capable - one
in now) and 1 MB RAM and Access 2002.
Our ASP.NET Database queries to MS Access (running locally) are very slow,
(the programmer can't change this)
and they take between 2 - 15 seconds to load a data page -this is even
running locally on the web server. There are multiple web sites on this
server, with not too much traffic.

Our goal is to have 100-200 simultaneous users of this Access database. We
can't change the database right now or the code.
What should we do? Upgrade or buy new?

thanks
Jul 22 '05 #1
7 2317
More details:
It is a Dell Poweredge 1500SC running Windows 2000 server on a Pentium 1266
MHZ (dual capable I think- one processor in now) and 1 GB RAM and Access
2002. There is 460 MB free on the C: partition and plenty on the D: drive.

"Dan V." <da**@yah.com> wrote in message
news:Oy**************@TK2MSFTNGP14.phx.gbl...
We use dot net, asp.net and iis 5 on a pentium 1.2 GHZ (dual capable - one
in now) and 1 MB RAM and Access 2002.
Our ASP.NET Database queries to MS Access (running locally) are very slow,
(the programmer can't change this)
and they take between 2 - 15 seconds to load a data page -this is even
running locally on the web server. There are multiple web sites on this
server, with not too much traffic.

Our goal is to have 100-200 simultaneous users of this Access database. We
can't change the database right now or the code.
What should we do? Upgrade or buy new?

thanks

Jul 22 '05 #2
Hi Dan,

We would have to see some code to offer some help. It should not be that
difficult to load a page of data from Access unless the tables are
extraordinarily large - eg, more than 300,000 rows.

Bernie Yaeger

"Dan V." <da**@yah.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
More details:
It is a Dell Poweredge 1500SC running Windows 2000 server on a Pentium
1266
MHZ (dual capable I think- one processor in now) and 1 GB RAM and Access
2002. There is 460 MB free on the C: partition and plenty on the D:
drive.

"Dan V." <da**@yah.com> wrote in message
news:Oy**************@TK2MSFTNGP14.phx.gbl...
We use dot net, asp.net and iis 5 on a pentium 1.2 GHZ (dual capable -
one
in now) and 1 MB RAM and Access 2002.
Our ASP.NET Database queries to MS Access (running locally) are very
slow,
(the programmer can't change this)
and they take between 2 - 15 seconds to load a data page -this is even
running locally on the web server. There are multiple web sites on this
server, with not too much traffic.

Our goal is to have 100-200 simultaneous users of this Access database.
We
can't change the database right now or the code.
What should we do? Upgrade or buy new?

thanks


Jul 22 '05 #3
Access -is- slow and not suited for 200 simultaneous connections.

If it is slow in design mode (1 connection), it's probably because your
database contains too much information. Access is not suited for a lot of
data.

You should definately take a look at MSDE, SQL Server, MySql and so on.

MSDE might be enough for you if you use ASP.NET caching wisely.
"Dan V." <da**@yah.com> wrote in message
news:Oy**************@TK2MSFTNGP14.phx.gbl...
We use dot net, asp.net and iis 5 on a pentium 1.2 GHZ (dual capable - one
in now) and 1 MB RAM and Access 2002.
Our ASP.NET Database queries to MS Access (running locally) are very slow,
(the programmer can't change this)
and they take between 2 - 15 seconds to load a data page -this is even
running locally on the web server. There are multiple web sites on this
server, with not too much traffic.

Our goal is to have 100-200 simultaneous users of this Access database. We
can't change the database right now or the code.
What should we do? Upgrade or buy new?

thanks

Jul 22 '05 #4
That's interesting. My brother has encountered a very similar problem with
his web application.

Access database (simple queries, and very little data in the tables), plain
ASP code (not ASP.NET), Windows 2003 Server (w/IIS 6). It's taking a long
time for the ASP page to render, even locally. I was thinking maybe the
issue was with the ASP engine, but maybe the problem is with Access.

Unfortunately, I don't have any other useful information to provide, nor
have we been able to track down or resolve the issue.

If I get time, I think I might try converting a page to use a SQL Server
database. See what results I get...

Richard Rosenheim
"Dan V." <da**@yah.com> wrote in message
news:Oy**************@TK2MSFTNGP14.phx.gbl...
We use dot net, asp.net and iis 5 on a pentium 1.2 GHZ (dual capable - one
in now) and 1 MB RAM and Access 2002.
Our ASP.NET Database queries to MS Access (running locally) are very slow,
(the programmer can't change this)
and they take between 2 - 15 seconds to load a data page -this is even
running locally on the web server. There are multiple web sites on this
server, with not too much traffic.

Our goal is to have 100-200 simultaneous users of this Access database. We
can't change the database right now or the code.
What should we do? Upgrade or buy new?

thanks

Jul 22 '05 #5
I found this article:
http://www.nethost.co.il/heb_v/iis5_performance.htm

And will try it. Trying to find out if it makes a difference if you index
the select and / or where fields in the query.

I didn't test this myself, but if the complex query is run in MS access on
that machine not using ASP.NET at all, it is the same speed I was told.

"Richard L Rosenheim" <ri*****@rlr.com> wrote in message
news:uF**************@TK2MSFTNGP12.phx.gbl...
That's interesting. My brother has encountered a very similar problem with his web application.

Access database (simple queries, and very little data in the tables), plain ASP code (not ASP.NET), Windows 2003 Server (w/IIS 6). It's taking a long
time for the ASP page to render, even locally. I was thinking maybe the
issue was with the ASP engine, but maybe the problem is with Access.

Unfortunately, I don't have any other useful information to provide, nor
have we been able to track down or resolve the issue.

If I get time, I think I might try converting a page to use a SQL Server
database. See what results I get...

Richard Rosenheim
"Dan V." <da**@yah.com> wrote in message
news:Oy**************@TK2MSFTNGP14.phx.gbl...
We use dot net, asp.net and iis 5 on a pentium 1.2 GHZ (dual capable - one in now) and 1 MB RAM and Access 2002.
Our ASP.NET Database queries to MS Access (running locally) are very slow, (the programmer can't change this)
and they take between 2 - 15 seconds to load a data page -this is even
running locally on the web server. There are multiple web sites on this
server, with not too much traffic.

Our goal is to have 100-200 simultaneous users of this Access database. We can't change the database right now or the code.
What should we do? Upgrade or buy new?

thanks


Jul 22 '05 #6
I found these as well to try:

MS Access optimization articles:
http://support.microsoft.com/?kbid=286222 -How to optimize Microsoft Access
when using ODBC data sources

http://support.microsoft.com/default...;EN-US;q209126 -Excellent
Information about query performance in an Access database.

"Dan V." <da**@yah.com> wrote in message
news:ep**************@TK2MSFTNGP09.phx.gbl...
I found this article:
http://www.nethost.co.il/heb_v/iis5_performance.htm

And will try it. Trying to find out if it makes a difference if you index
the select and / or where fields in the query.

I didn't test this myself, but if the complex query is run in MS access on
that machine not using ASP.NET at all, it is the same speed I was told.

"Richard L Rosenheim" <ri*****@rlr.com> wrote in message
news:uF**************@TK2MSFTNGP12.phx.gbl...
That's interesting. My brother has encountered a very similar problem with
his web application.

Access database (simple queries, and very little data in the tables),

plain
ASP code (not ASP.NET), Windows 2003 Server (w/IIS 6). It's taking a long
time for the ASP page to render, even locally. I was thinking maybe the
issue was with the ASP engine, but maybe the problem is with Access.

Unfortunately, I don't have any other useful information to provide, nor
have we been able to track down or resolve the issue.

If I get time, I think I might try converting a page to use a SQL Server
database. See what results I get...

Richard Rosenheim
"Dan V." <da**@yah.com> wrote in message
news:Oy**************@TK2MSFTNGP14.phx.gbl...
We use dot net, asp.net and iis 5 on a pentium 1.2 GHZ (dual capable -

one in now) and 1 MB RAM and Access 2002.
Our ASP.NET Database queries to MS Access (running locally) are very slow, (the programmer can't change this)
and they take between 2 - 15 seconds to load a data page -this is even running locally on the web server. There are multiple web sites on this server, with not too much traffic.

Our goal is to have 100-200 simultaneous users of this Access
database. We can't change the database right now or the code.
What should we do? Upgrade or buy new?

thanks



Jul 22 '05 #7
On Thu, 7 Jul 2005 13:57:56 -0400, "Dan V." <da**@yah.com> wrote:

¤ We use dot net, asp.net and iis 5 on a pentium 1.2 GHZ (dual capable - one
¤ in now) and 1 MB RAM and Access 2002.
¤ Our ASP.NET Database queries to MS Access (running locally) are very slow,
¤ (the programmer can't change this)
¤ and they take between 2 - 15 seconds to load a data page -this is even
¤ running locally on the web server. There are multiple web sites on this
¤ server, with not too much traffic.
¤
¤ Our goal is to have 100-200 simultaneous users of this Access database. We
¤ can't change the database right now or the code.
¤ What should we do? Upgrade or buy new?

Not sure which driver you are using but I would definitely recommend using the Jet OLEDB Provider
instead of the Access ODBC driver.
Paul
~~~~
Microsoft MVP (Visual Basic)
Jul 22 '05 #8

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

Similar topics

22
by: Marc Mones | last post by:
Hello, I'working with IBM DB2 V8.1 and CLI/ODBC. I've got a problem with the following statement: ******************************************************************************** SELECT...
7
by: ddsvi78 | last post by:
I am a complete idiot when it comes to access. Now that said, I work for a computer security company and one of our customers came to us with an access problem. They had been running fine for a...
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...
7
by: Dan V. | last post by:
We use dot net, asp.net and iis 5 on a pentium 1.2 GHZ (dual capable - one in now) and 1 MB RAM and Access 2002. Our ASP.NET Database queries to MS Access (running locally) are very slow, (the...
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...
37
by: jasmith | last post by:
How will Access fair in a year? Two years? .... The new version of Access seems to service non programmers as a wizard interface to quickly create databases via a fancy wizard. Furthermore, why...
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...
0
by: ysh8o1 | last post by:
Hi, We upgraded our W2K for a W2K3 server at the beginning of the year. It's purpose is to handle TS distribution of a couple of MS-ACCESS 97 apps stored locally on the server. The server is...
3
by: Michael | last post by:
I work with a highly programmed Access database (some 15,000 lines of VBA code, much of it automating data entry on forms -- and believe me, it's very tight code). In Access 97, 2000, 2002, and...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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.