4D v16

ODBC_SQLNativeSql

ホーム

 
4D v16
ODBC_SQLNativeSql

ODBC_SQLNativeSql 


 

ODBC_SQLNativeSql ( connectionID ; inStatementText ; outStatementText ) -> 戻り値 
引数   説明
connectionID  倍長整数 in Connection ID
inStatementText  テキスト in SQL text string to be translated
outStatementText  テキスト in Translated SQL string
戻り値  倍長整数 in Returns the result of the MS ODBC API function SQLNativeSql

説明   

The ODBC_SQLNativeSql command returns the SQL string as modified by the driver but does not execute the SQL statement.

connectionID is a valid connection ID returned by ODBC_SQLAllocConnect and a connection must be established using the ODBC_SQLConnect command.

inStatementText is the SQL text string to be translated.

outStatementText is the translated SQL string.

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

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE.

 
プロパティ 

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

 
履歴 

初出: 4D ODBC Pro 2004

 
ARTICLE USAGE

4D ODBC Pro ( 4D v16)