4D v16

ODBC_SQLNumParams

ホーム

 
4D v16
ODBC_SQLNumParams

ODBC_SQLNumParams 


 

ODBC_SQLNumParams ( stmtID ; parameterCount ) -> 戻り値 
引数   説明
stmtID  倍長整数 in Statement ID
parameterCount  倍長整数 in Number of parameters in the statement
戻り値  倍長整数 in Returns the result of the MS ODBC API function SQLNumParams

説明   

The ODBC_SQLNumParams command returns the number of parameters in an SQL statement.

stmtID is a valid statement ID returned by ODBC_SQLAllocStmt.

parameterCount is the number of parameters in the statement specified by stmtID.

For more information, please see the SQLNumParams function in the MS ODBC API at http://msdn.microsoft.com/en-us/library/ms715409(VS.85).aspx.

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_STILL_EXECUTING, SQL_ERROR, or SQL_INVALID_HANDLE.

例題  

See the example for the ODBC_SQLExecute command.



参照 

ODBC_SQLBindParameter

 
プロパティ 

プロダクト: 4D
テーマ: ODBC_Submit requests
番号: 16968

 
履歴 

初出: 4D ODBC Pro 2004

 
ARTICLE USAGE

4D ODBC Pro ( 4D v16)