Parameter
|
Type
|
Description
|
INPUT
|
|
|
sqlip_hstmt
|
SQLIP_HSTMT
|
Statement handle.
|
iXODataType
|
OADS_SMALLINT
|
Data type of the value in pColVal.
|
pColVal
|
OADS_POINTER
|
Pointer to a value of type iXODataType. For an XO_TYPE_LONGVARBINARY, XO_TYPE_LONGVARCHAR, or XO_TYPE_WLONGVARCHAR iXODataType, call sqlu_freeDataChainList to delete the list and its nodes. |
RETURN
|
|
|
|
int
|
OADS_SUCCESS - successfully processed the call.
OADS_ERROR - error in attempting to free resource.
|