|
|
Key Technical Facts
-
The MaintScape database relational structure is highly normalized, and well optimized to support a robust application.
Key database statistics are:
- 223 Base Tables
- 531 Foreign Key Relationships
- 327 Stored Procedures and Functions
- 402 Database Triggers
-
Detailed MaintScape database structure reports can be printed right from within MaintScape.
This documentation is particularly useful for building custom reports with tools such as Microsoft Access, Crystal Reports, or any reporting tool with an ODBC interface.
Click any of the following to see report samples:
-
Database integrity is enforced using key constraints, check constraints and fail-safe checks in trigger code.
-
Client/Server communication is minimized through client-side caching and reducing the need to re-retrieve data.
Therefore MaintScape excels in slow network environments.
-
The MaintScape user interface is designed according to object oriented principles as published by IBM and Microsoft.
Modal windows are kept to an absolute minimum.
-
MaintScape is implemented as an object oriented application where business functionality is isolated into business objects and consistently reused.
|