|
 |
access_asp thread: Limits of Access DB
Message #1 by "Thomas, Dean" <Dean.Thomas@u...> on Sun, 09 Mar 2003 20:56:58 -0500
|
|
Does anyone have knowledge of the limits of an Access database, both size
(i.e. in MB)and/or number of records? Also is there a difference between 97
and 2000?
All for now.
Dean
Message #2 by "Ken Schaefer" <ken@a...> on Mon, 10 Mar 2003 13:24:34 +1100
|
|
Look in Access Online Help. The answers to these questions are there.
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Thomas, Dean" <Dean.Thomas@u...>
Subject: [access_asp] Limits of Access DB
: Does anyone have knowledge of the limits of an Access database, both size
: (i.e. in MB)and/or number of records? Also is there a difference between
97
: and 2000?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Message #3 by "Thomas, Dean" <Dean.Thomas@u...> on Mon, 10 Mar 2003 08:56:54 -0500
|
|
Ken,
In the Online help I found a limit for records of 2,147,483,647 (long
integer constraint if autonumber counter is used). They mention a size limit
as well but I could not find this. I was hoping for some real-life
experience.
All for now.
Dean
-----Original Message-----
From: Ken Schaefer [mailto:ken@a...]
Sent: Sunday, March 09, 2003 9:25 PM
To: Access ASP
Subject: [access_asp] Re: Limits of Access DB
Look in Access Online Help. The answers to these questions are there.
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Thomas, Dean" <Dean.Thomas@u...>
Subject: [access_asp] Limits of Access DB
: Does anyone have knowledge of the limits of an Access database, both size
: (i.e. in MB)and/or number of records? Also is there a difference between
97
: and 2000?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Message #4 by skip@f... on Wed, 12 Mar 2003 00:00:33
|
|
1.2G total for the database, total records cannot exceed a signed long
integer positive rail (2^31), whichever limit get hit first (usually the
1.2G limit).
Skip
|
|
 |