Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
struct sqlda * alloc_sqlda_noind( unsigned numvar );
分配一个具有 numvar 个变量描述符的 SQLDA。将该 SQLDA 的 sqln 字段初始化为 numvar。不为指示符变量分配空间;将指示符指针设置为空指针。如果无法分配内存,则返回空指针。