Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.34 KB

File metadata and controls

26 lines (22 loc) · 1.34 KB
title SQLBindParameter (Cursor Library) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
helpviewer_keywords
SQLBindParameter function [ODBC], Cursor Library
ms.assetid 04c53e4c-cd1d-40b2-9997-684ebe43499f
author David-Engel
ms.author v-daenge

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.