|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, July 20, 2005 9:57 AM
Points: 11,
Visits: 1
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, December 16, 2009 10:19 AM
Points: 2,
Visits: 9
|
|
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
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, December 16, 2009 10:19 AM
Points: 2,
Visits: 9
|
|
| 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.
|
|
|
|