Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.25 KB

sqlbindparameter-cursor-library.md

File metadata and controls

23 lines (19 loc) · 1.25 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
SQLBindParameter (Cursor Library)
SQLBindParameter (Cursor Library)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
SQLBindParameter function [ODBC], Cursor Library

SQLBindParameter (Cursor Library)

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.

This topic discusses the use of the SQLBindParameter function in the cursor library. For general information about SQLBindParameter, see SQLBindParameter Function.

An application can call SQLBindParameter to rebind parameters, as long as the C data type, column size, and decimal digits of the bound column remain the same.

The cursor library supports setting the SQL_ATTR_ROW_BIND_OFFSET_PTR statement attribute to use bind offsets. (SQLBindParameter does not have to be called for this rebinding to occur.)

The cursor library supports binding data-at-execution parameters.