Copies data from one memory area to another. This API is used in host programming languages, FORTRAN and COBOL, that do not provide memory block copy functions.
None
None
sqlutil.h
SQL_API_RC SQL_API_FN
sqlgmcpy (
void * pTargetBuffer,
const void * pSource,
sqluint32 NumBytes);