Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.18 KB

File metadata and controls

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

SQLExecDirect

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

If the statement attribute SQL_SOPT_SS_PARAM_FOCUS is not 0, SQLExecDirect will return SQL_ERROR and generate a diagnostic record with SQLSTATE=HY024 and the message "Invalid attribute value, SQL_SOPT_SS_PARAM_FOCUS (must be zero at execution time)". For more information about SQL_SOPT_SS_PARAM_FOCUS, see SQLSetStmtAttr.

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

See Also

SQLExecDirect
ODBC API Implementation Details