Places the address of a variable
into another variable.
This API is used in host programming
languages, FORTRAN and COBOL, which do not provide pointer manipulation.
API include file
sqlutil.h
API and data structure syntax
SQL_API_RC SQL_API_FN
sqlgaddr (
char * pVariable,
char ** ppOutputAddress);
sqlgaddr API parameters
- pVariable
- Input. Variable whose address is to be returned.
- ppOutputAddress
- Output. A 4-byte area into which the variable address is returned.