#include "WorkingDialog.h"
#include "SaPopCalls.h"
void DoWorkProc(pSgeWorkCallData p, int OrbReqType);
p
is NULL, no action is taken. If the Stored Procedure mode is asynchronous, DoWorkProc returns after posting the request, but before results are returned. If the mode is synchronous, DoWorkProc returns after all results are processed. The OrbReqType must be set to one of the following defined constants:
PROCESSBRSREQUEST_DSQL
(for Sybase)
PROCESSBRSREQUEST_OSQL
(for Oracle)
PROCESSBRSREQUEST_ISQL
(for Informix)
for all client requests.
pSgeWorkCallData pSgeWCD;
.....
DoWorkProc(pSgeWCD, PROCESSBRSREQUEST_DSQL);