| SQLPutData Full Description |   | 
| Syntax   define external counter function SQLPutData
     (  read-only SQL_handle_type StatementHandle,
        value stream Data,
        value counter StrLen_or_Ind )
Purpose 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: 
 |