Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The constructor.
typedef CDynamicParameterAccessor _ParamClass; 
CDynamicParameterAccessor(  
   DBBLOBHANDLINGENUM eBlobHandling = DBBLOBHANDLING_DEFAULT,  
   DBLENGTH nBlobSize = 8000 )  
   : CDynamicAccessor( eBlobHandling, nBlobSize )
Parameters
- eBlobHandling 
 Specifies how the BLOB data is to be handled. The default value is DBBLOBHANDLING_DEFAULT. See CDynamicAccessor::SetBlobHandling for a description of the DBBLOBHANDLINGENUM values.
- nBlobSize 
 The maximum BLOB size in bytes; column data over this value is treated as a BLOB. The default value is 8,000. See CDynamicAccessor::SetBlobSizeLimit for details.
Remarks
See the CDynamicAccessor::CDynamicAccessor constructor for more information on BLOB handling.
Requirements
Header: atldbcli.h
See Also
Reference
CDynamicParameterAccessor Class