The SQLGetData() and SQLPutData() ODBC API implementations have been significantly enhanced to provide intelligent handling
of BLOB data. This facilitates transferring parameter data in parts over the network between the Enterprise Edition (Multi-Tier)
Generic Client and Database Agents. Once transferred, the fragmented column data is reassembled in its entirety within the Client
and/or Agent parts of the Enterprise Edition (Multi-Tier) driver (depending on if this is an insert or retrieval). This feature
applies to data types such as SQL_LONGVARCHAR, SQL_WLONGVARCHAR, SQL_LONGVARBINARY, BLOB, and CLOB.