4D v16

ODBC_SQLCancel

ホーム

 
4D v16
ODBC_SQLCancel

ODBC_SQLCancel 


 

ODBC_SQLCancel ( stmtID ) -> 戻り値 
引数   説明
stmtID  倍長整数 in Statement ID
戻り値  倍長整数 in Returns the result of the MS ODBC API function SQLCancel

説明   

The ODBC_SQLCancel command cancels the processing on a statement.

stmtID is a valid statement ID returned by ODBC_SQLAllocStmt.

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

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE.



参照 

ODBC_SQLAllocStmt

 
プロパティ 

プロダクト: 4D
テーマ: ODBC_End statement
番号: 16935

 
履歴 

初出: 4D ODBC Pro 2004

 
ARTICLE USAGE

4D ODBC Pro ( 4D v16)