SQLCloseCursor

SQLCloseCursor 使用 Option 值 SQL_CLOSE 取代了 SQLFreeStmt。 一旦接收 SQLCloseCursor,SQL Server Native Client ODBC 驱动程序将放弃待定结果集行。 请注意,SQLCloseCursor 并未改变该语句的列和参数绑定(如果存在)。

请参阅

概念

ODBC API 实现细节

其他资源

SQLCloseCursor