将缓冲区存储的指定参数的状态。
bool SetParamStatus(
DBORDINAL nParam,
DBSTATUS status
);
参数
nParam
[] 参数号 (从 1) 的偏移量。参数 0 保留了对返回值。参数编号是基于其在 SQL 的顺序的参数的索引或存储过程调用。有关示例 SetParam 参见。status
[in] 指定参数的 DBSTATUS 状态。有关 DBSTATUS 值的信息,请参见 OLE DB 程序员参考状态或搜索在 oledb.h 的 DBSTATUS 。
备注
返回在成功在失败时进行 true 或 false 。
要求
Header: atldbcli.h