Viewing post 1 (of 2 total)
Sorry, there is too much code. Here is just a part of the IAccessor of the columns and the IOpenRowset for the results.
HRESULT hr = p_pIRowset->QueryInterface(IID_IColumnsInfo, (void **)&pIColumnsInfo);
if (SUCCEEDED(hr))
{
//...
April 12, 2010 at 7:33 am
#1150033