#include "WorkingDialog.h"
void SgeSetArgBnd2(pSgeWorkCallData p, int type_id, int type_size, char* argname, char* typename, char* argval);
p
type_id
type_size
argname
typename
argval
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;
....
SgeSetArgBnd2(pSgeWCD, 39, 40, "@title", "varchar", "The
Gourmet Microwave");