Processing BLOBs
It is possible to control how BLOBs are processed by the adapter webjects. The BLOB_COUNT parameter can be included on any JDBC adapter webject. This parameter controls how BLOBs are consumed by specifying how many BLOBs should be delivered to the adapter webject. You can specify a value of 0 when no BLOBs should be delivered to the webject. If you omit the BLOB_COUNT parameter, all remaining BLOBs are delivered to the webject
Was this helpful?