Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: More nvarchar(max) columns in one table

    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))

    {

    //...

Viewing post 1 (of 2 total)