Viewing 2 posts - 1 through 2 (of 2 total)
I finally made it correct. That is by using DBBindings[nCol].dwPart = DBPART_VALUE | DBPART_STATUS | DBPART_LENGTH to specify the length of blob data.
January 17, 2008 at 7:52 am
#769228
I am not sure who have even tried blob data. If I create a table which there is a column's data type with image, the return of hr = m_pIFastLoad->InsertRow(cda.GetHAccessor(0),//cda.m_pAccessorInfo->hAccessor,cda.GetBuffer());...
January 11, 2008 at 2:53 pm
#767332