CDynamicParameterAccessor::SetParamLength
将缓冲区存储的指定参数的长度。
bool SetParamLength(
DBORDINAL nParam,
DBLENGTH length
);
参数
nParam
[] 参数号 (从 1) 的偏移量。 参数 0 保留了对返回值。 参数编号是基于其在 SQL 的顺序的参数的索引或存储过程调用。 有关示例 SetParam 参见。length
[in] 长度在指定参数的字节。
备注
返回在成功在失败时进行 true 或 false 。
要求
Header: atldbcli.h