cci_blob_new
Description
The cci_blob_new function creates an empty file where LOB data is stored and returns Locator referring to the data to blob structure.
Syntax
int cci_blob_new(int conn_handle, T_CCI_BLOB* blob, T_CCI_ERROR* error_buf)
- conn_handle : (IN) Connection handle
- blob : (OUT) LOB Locator
- error_buf : (OUT) Error buffer
Return Value
Error Codes
- CCI_ER_CONNECT
- CCI_ER_COMMUNICATION
- CCI_ER_NO_MORE_MEMORY
- CCI_ER_DBMS
- CCI_ER_INVALID_LOB_HANDLE