ESB_DBREQINFO_T

This structure is used by EssGetDatabaseInfo. Essbase has three types of requests for which information exists, data load, calculation, and outline update. The following Essbase API constants identify each type of request:

The fields are:

Type ESB_DBREQINFO_T

   DbReqType     As Long                         
   DbReqFlags    As Long                         
   StartTimeRec  As ESB_TIMERECORD_T             
   EndTimeRec    As ESB_TIMERECORD_T              
   User          As String * ESB_USERNAMELEN      
End Type
Data TypeFieldDescription
As LongDbReqTypeType of database request
As LongDbReqFlagsBit map of information flags
As ESB_TIMERECORD_TStartTimeRecRequest to start time record
As ESB_TIMERECORD_TEndTimeRecRequest to end time record
As String * ESB_USERNAMELENUserUser name