Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.5 KB

File metadata and controls

23 lines (19 loc) · 1.5 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
SQLParamData
SQLParamData
markingmyname
maghan
03/14/2017
sql
native-client
reference
SQLParamData function

SQLParamData

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

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