Lack of memory

The C++ EXPRESS API creates objects in memory and in some applications number of objects can be so high that lack of memory becomes a problem. In such a case one should switch to the objects in database (OID) memory model. Applications must use the name space ccpd, and the pre-processor directive USE_EDMI must also be applied in this case.