FAQ
Foire aux questions pour l'auto-assistance.
Veuillez jeter un coup d'œil aux questions (et réponses) courantes dans la liste par défaut. Si vous ne trouvez pas ce que vous cherchez, commencez par sélectionner votre version Ability Office , puis affinez-la en saisissant le texte de recherche et/ou la catégorie.
Article de la base de connaissances 140
Database limits (maximum number of records etc)Ability Database has the same limits as other databases driven by the Microsoft Jet database engine (including Microsoft Access).
Please note there is no limit to the number of records you can have in any table. The overall limit is determined by file size only. Internally at Ability, we have used the database with several hundred thousand records and found it to handle this amount without problem.
The most important limits are as follows:
- File size: 2 GB
- Table size: 2 GB (less some space for system tables)
- Number of objects (tables, queries etc) in a database 32,768
- Number of characters in an object (table, query, field) name 64
- Number of concurrent users 255
- Number of fields in a table 255
- Number of characters in a Text field 255
- Number of characters in a Memo field 65,535
- Number of indexes in a table 32
- Number of fields in an index 10