I want to know how many record can i store in one database??
A Allen Browne Dec 1, 2005 #2 The limit is 2GB file size. The number of records depends on how many tables, and how many fields in each table, the type and size of each field, and how much data is in those fields.
The limit is 2GB file size. The number of records depends on how many tables, and how many fields in each table, the type and size of each field, and how much data is in those fields.
A aaron.kempf Dec 1, 2005 #3 storing 2 records in a MDB is too many you should use SQL Server or MSDE if you care about your data AT ALL.
storing 2 records in a MDB is too many you should use SQL Server or MSDE if you care about your data AT ALL.