![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
We have created a
simple Microsoft Access database demonstration using SQL commands and
ASP code that
will query an online MS Access database consisting of 10,000
non-indexed records. The field values are populated simply with numbers
from 1 to 10,000 so that you can deliberately search for records at the
beginning, middle or end of the database to test the speed.
The maximum database size is 1 GB, but your database can include
linked tables in other files, and its total size is limited only by
available storage capacity. Number of characters in a Memo field can be
up to 65,535 characters when entering data through the user interface or
can be up to 1 GB when entering data programmatically.
|
| Access Object | Maximum sizes/numbers |
|---|---|
| No. of concurrent users | 255 |
| No. of fields in a table | 255 |
| Database size | 1 GB |
| No. of characters in an object name | 64 |
| No. of characters in a password | 14 |
| No. of characters in a user name or group name | 20 |
| No. of characters in a table name | 64 |
| No. of characters in a field name | 64 |
| No. of characters in a Text field | 255 |
| No. of characters in a Memo field | 65,535 / 1 GB |
|
|
![]()