Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 1.12 KB

File metadata and controls

23 lines (22 loc) · 1.12 KB
title Processing Batches of SQL Statements
description Processing Batches of SQL Statements
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
helpviewer_keywords
ODBC cursor library [ODBC], batches
ODBC cursor library [ODBC], statement processing
cursor library [ODBC], batches
SQL statements [ODBC], cursor library
cursor library [ODBC], statement processing
SQL statements [ODBC], batches
batches [ODBC], processing batches of SQL statements

Processing Batches of SQL Statements

Important

This feature will be removed in a future version of Windows. Avoid using this feature in new development work and plan to modify applications that currently use this feature. Microsoft recommends using the driver's cursor functionality.

The cursor library does not support batches of SQL statements, including SQL statements for which the SQL_ATTR_PARAMSET_SIZE statement attribute is greater than 1. If an application submits a batch of SQL statements to the cursor library, the results are undefined.