Programmer Guide : solidDB® SA : solidDB® SA function reference : SaDynDataGetLen
  
SaDynDataGetLen
SaDynDataGetLen returns the length of the data area of the dynamic data object.
Synopsis
unsigned SA_EXPORT_H SaDynDataGetLen( SaDynDataT* dd)
Parameters
Parameters
Usage type
Description
dd
in, use
Dynamic data object.
Return value
Data area length. The function returns 0 if there is an error, or if the actual length of the data area is 0.
See also
See SaCursorColDynData for a more detailed discussion of “Dynamic Data” (SaDynDataT).
solidDB® SA function reference