Connecting Tech Pros Worldwide Forums | Help | Site Map

Record Limit in Access 97

bdotson@gmail.com
Guest
 
Posts: n/a
#1: Nov 13 '05
Does anyone know the record limit for a single table in Access 97? I
have a client who has over 800,000 records in one table. They are
experiencing math problems and timeouts when running reports.
Microsoft's KB didn't seem to have a good answer.

I'm going to try to get them to convert to an Access or custom VB front
end and SQL on the backend, but for now, I need a justification as to
the Access 97 problem.

Thanks!

Bill


Rick Brandt
Guest
 
Posts: n/a
#2: Nov 13 '05

re: Record Limit in Access 97


bdotson@gmail.com wrote:[color=blue]
> Does anyone know the record limit for a single table in Access 97? I
> have a client who has over 800,000 records in one table. They are
> experiencing math problems and timeouts when running reports.
> Microsoft's KB didn't seem to have a good answer.
>
> I'm going to try to get them to convert to an Access or custom VB
> front end and SQL on the backend, but for now, I need a justification
> as to the Access 97 problem.
>
> Thanks!
>
> Bill[/color]

There is no record limit. There is only a limit to how big a single *file*
can get which in Access 97 is 1 gig.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Bill
Guest
 
Posts: n/a
#3: Nov 13 '05

re: Record Limit in Access 97


Thanks for the response. I thought there was a limit, but I suppose
not. Is Access 97 known for causing errors once there gets to be a
large amount of data processed?

The database in questions has a "front end" that connects to a "back
end" database. The front end is the interface and it links to the back
end. Maybe if multiple users are working on it, the values could change?

Larry Linson
Guest
 
Posts: n/a
#4: Nov 13 '05

re: Record Limit in Access 97


"Bill" wrote
[color=blue]
> Thanks for the response. I thought there
> was a limit, but I suppose not. Is Access 97
> known for causing errors once there gets
> to be a large amount of data processed?[/color]

"Causing errors?" Please clarify.

Particularly if the database uses inefficient approaches to handling data,
vast amounts of data can cause poor performance. On the other hand, a good
many people here have mentioned that they were able to get around the 1GB or
2GB size limit by linking to tables in multiple back-end MDBs. My assumption
was that they must not have been TOO unhappy with performance, or they
wouldn't still be using a database of that size. (I hasten to add that I
have never worked on an Access-Jet database that came close to the limit;
all the large databases I've used were Access clients to various server
databases.)

There _is_ a limit, it's just not a "number of records" limit. I suspect
that the 2GB limit is convenient because of the size of the numeric values
used for internal "pointers" and "indexes", though no one at Microsoft has
made such a statement to me.

Larry Linson
Microsoft Access MVP





Bill
Guest
 
Posts: n/a
#5: Nov 13 '05

re: Record Limit in Access 97


Thanks for the quick response. I believe its from old data being linked
in or some other coding issue. Going to check it out....

Closed Thread