Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.88 KB

File metadata and controls

36 lines (31 loc) · 1.88 KB
title SQLParamData | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-non-specified
ms.prod_service database-engine, sql-database, sql-data-warehouse, pdw
ms.service
ms.component native-client-odbc-api
ms.reviewer
ms.suite sql
ms.technology
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
helpviewer_keywords
SQLParamData function
ms.assetid 92349482-ea22-4a6a-8484-e9c6566794fa
caps.latest.revision 10
author JennieHubbard
ms.author jhubbard
manager jhubbard
ms.workload Inactive

SQLParamData

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md] [!INCLUDESNAC_Deprecated]

When SQLParamData returns the ValuePtrPtr associated with a table-valued parameter, the application should call SQLPutData with StrLen_Or_Ind. If StrLen_Or_Ind has a value greater than 0, it means that the application is ready for [!INCLUDEssNoVersion] Native Client to gather parameter data for the next table-valued parameter row. If StrLen_Or_Ind has a value of 0, it means there are no more rows of data for the table-valued parameter. For more information, see Binding and Data Transfer of Table-Valued Parameters and Column Values.

For more information about table-valued parameters, see Table-Valued Parameters (ODBC).

See Also

SQLParamData
ODBC API Implementation Details