#include "WorkingDialog.h"
void SgeSetArgBind(pSgeWorkCallData p, int type_id, char* argname, char* argval);
SgeSetArgBind
sets an argument binding for an allocated pSgeWorkCallData
structure. If p
is NULL, no action is taken. This must be called for each argument that takes a Stored Procedure or DSQL Object. The argument value and name are copied internally.
pSgeWorkCallData pSgeWCD;
....
SgeSetArgBindl(pSgeWCD, 39, "@title", "The Gourmet
Microwave");