473,394 Members | 1,828 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.

Capacity of MS Access 2000

Could anyone tell me if they have experienced any problems with MS
Access 2000 especially if their database contains over 20,000 records.
I have found that once I have grown the database to over 10,000 Access
starts doing some strange things. For instance, I have a column in my
main table that allows me to place a check mark next to those records
that have been updated. However, now all the check marks have
disappeared. It happened once before and someone told me that MS
Access gets problematic when there are over 10,000 entries on the
system. Is this true and should I simply upgrade to MS Access latest
version or maybe consider another database software. Some response
would be appreciated.

Thanks
Denyse
Nov 12 '05 #1
4 5553
De********@aol.com (Denyse) wrote:
Could anyone tell me if they have experienced any problems with MS
Access 2000 especially if their database contains over 20,000 records.
I have found that once I have grown the database to over 10,000 Access
starts doing some strange things. For instance, I have a column in my
main table that allows me to place a check mark next to those records
that have been updated. However, now all the check marks have
disappeared. It happened once before and someone told me that MS
Access gets problematic when there are over 10,000 entries on the
system. Is this true and should I simply upgrade to MS Access latest
version or maybe consider another database software.


A client has an A97 MDB which is about 250 Mb in size with at least four tables in
excess of 100,000 or 200,000 records. They have 15-25 users in all day long.

I'd suggest looking elsewhere for problems such as check marks.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #2
I'll stick my neck out here and say categorically:
Access does NOT 'lose' data!

If you have lost data then this has been due to something done via the
user interface or via code.

You talk about an 'updated' marker. So what happens when you want to
update the records a second time?
10000 records is peanuts to Access, unless you are packing your records
with images and memo fields.

If you are a stand-alone user then upgrading to A2002 maybe worthwhile in
terms of overall reliability.
Alternatively, be sure you have applied the latest service patches to
A2000.

When you compact your database how big is it?

Regards

Peter Russell
Denyse previously wrote:
Could anyone tell me if they have experienced any problems with MS
Access 2000 especially if their database contains over 20,000 records.
I have found that once I have grown the database to over 10,000 Access
starts doing some strange things. For instance, I have a column in my
main table that allows me to place a check mark next to those records
that have been updated. However, now all the check marks have
disappeared. It happened once before and someone told me that MS
Access gets problematic when there are over 10,000 entries on the
system. Is this true and should I simply upgrade to MS Access latest
version or maybe consider another database software. Some response
would be appreciated.

Thanks
Denyse


Nov 12 '05 #3
De********@aol.com (Denyse) wrote in
<85**************************@posting.google.com >:
Could anyone tell me if they have experienced any problems with MS
Access 2000 especially if their database contains over 20,000
records. I have found that once I have grown the database to over
10,000 Access starts doing some strange things. For instance, I
have a column in my main table that allows me to place a check
mark next to those records that have been updated. However, now
all the check marks have disappeared. It happened once before and
someone told me that MS Access gets problematic when there are
over 10,000 entries on the system. Is this true and should I
simply upgrade to MS Access latest version or maybe consider
another database software. Some response would be appreciated.


Access is not to blame for the lost data.

And I have a client with an A2K application that has 8-12
simultaneous users at all times that has 360K records in the main
table, 450K in the main child table and over 100K in a secondary
child table (along with a number of other tables in the mere 1,000s
of records or less). It performs just great, because it's been
designed to load only a small subset of each table at a time.

Don't believe what you hear from other people -- if someone can't
design a workable Access application with more than 10K records,
then they are completely incompetent not just with Access but
probably with database design in the first place.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #4
> Could anyone tell me if they have experienced any problems with MS
Access 2000 especially if their database contains over 20,000 records.


My biggest system is an A97 mdb with ~9.5 million rows spread over 4 linked
tables in 4 different mdb's. It is used for batch-processing, so no users,
but touching all rows everyday (read/add/update/delete). No loss of data so
far.

A2k never had a good reputation re. stability, the main reason why my
clients don't use it ;-). However, I doubt it loosing data.

Peter

--
No mails please.
This posting is provided AS IS with no warranties, and confers no rights.
Nov 12 '05 #5

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

Similar topics

9
by: Lasse Skyum | last post by:
For my renderer at each frame I'm filling a vector with CVisual* elements, sorting it, rendering the objects and then clearing the vector again. I suspect there will be an overhead if the vector...
4
by: Noo | last post by:
Hi. I've got some code that uses vectors fairly extensively and it needs to be efficient. Therefore I'm using reserve() quite a bit. However what other functions (are supposed to) change the...
8
by: Joseph Turian | last post by:
Fellow hackers, Is it possible to shrink the capacity of a vector? i.e. Without new'ing and delete'ing a vector, can one return its memory to the heap? Here's what I get under the g++...
2
by: Fred Zwarts | last post by:
There are a few things I do not understand about the vector class in de standard C++ library. The description of the resize member function says: void resize(size_type sz);Alters the size of...
2
by: AAVF IT | last post by:
Hi I am developing an application in MS Access 2000 that is to bolt on to an existing Access database, that links via ODBC to our UNIX-based factory management system. I need some help in this...
2
by: AlirezaH | last post by:
How to measure hard disk capacity?
3
by: leeps_my | last post by:
I'm thinking of using "resize-to-size" to do the trimming: aVector.resize( aVector.size( ) ); I'm wondering why Scott Meyers was recommending "swap trick" instead, since the trick involves...
5
by: puzzlecracker | last post by:
Say I have a vector<intintVec, and I reserve some sapce intVec.reserve(100); Is it fair to assume the vector contains enough space for 100 elements. In which case, the capacity -- ability to...
7
by: Luna Moon | last post by:
#include "stdafx.h" #include <iostream> #include <string> using namespace std; int main() { string cc(31, 'c'); string bb=cc.assign(3, 'dd');
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
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
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
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
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...

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.