Example of Specifying a Pointer to an sqlda Structure

The following example shows an OPEN ... USING DESCRIPTOR statement:
struct sqlda *sdp;
...
EXEC SQL open selcurs using descriptor sdp;