Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
unsigned int sqlda_string_length( struct sqlda * sqlda, int varno );
返回无符号的 32 位整数值,该值表示保存变量 sqlda->sqlvar[varno](不管其类型是什么)所需的 C 字符串(DT_STRING 类型)的长度。