|
|||||
function | SQLPutData |
Sample Code | Related Syntax | Other Library Functions |
Library: ODBC
Include: omodbc.xin |
Returns: Numeric
An SQL return code. The following values may be returned:
|
define external counter function SQLPutData ( read-only SQL_handle_type StatementHandle, value stream Data, value counter StrLen_or_Ind )
Allows an application to send data for a parameter or column to the driver when the statement is executed. This function can be used to send character or binary data values in parts to a column with a character, binary, or data-source-specific data type (for example, parameters of the SQL_LONGVARBINARY or SQL_LONGVARCHAR types).
Input arguments:
SQLBindParameter
(for parameter data) or the TargetType argument of SQLBindCol
(for column data).
---- |