Bulk Data Load Using OLEDB Template Libraries

  • Comments posted to this topic are about the item Bulk Data Load Using OLEDB Template Libraries

  • 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()); is E_FAIL;

    Do you have any solution? Please let me know. Thanks. My email is lli@seismicmicro.com

  • 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.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply