4D v16

ODBC_SQLParamData

Home

 
4D v16
ODBC_SQLParamData

ODBC_SQLParamData 


 

ODBC_SQLParamData ( stmtID ; valuePtr ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
stmtID  Lange Ganzzahl in Statement ID
valuePtr  Zeiger in Pointer to the parameter data or column data
Funktionsergebnis  Lange Ganzzahl in Returns the result of the MS ODBC API function SQLParamData

The ODBC_SQLParamData command is used in conjunction with ODBC_SQLPutData to supply parameter data at statement execution time.

stmtID is a valid statement ID returned by ODBC_SQLAllocStmt.

valuePtr is equal to paramValPtr passed to ODBC_SQLBindParameter (for parameter data) or targetValuePtr passed to ODBC_SQLBindCol (for column data).

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

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_STILL_EXECUTING, SQL_ERROR, or SQL_INVALID_HANDLE.

See the example for the ODBC_SQLPutData command.



Siehe auch 

ODBC_SQLExecute
ODBC_SQLPutData

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: ODBC_Submit requests
Nummer: 16967

 
GESCHICHTE 

Erstellt: 4D ODBC Pro 2004

 
ARTIKELVERWENDUNG

4D ODBC Pro ( 4D v16)