OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Andrei Korobkov (Andrei_KorobkovAMAT.COM)
Date: Wed Feb 13 2002 - 12:52:54 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    There is MS article Q258576:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;Q258576describing
    IRowsetIndex limitations.
    In 2 words: it works only with Jet 4 and Access2K dB format.
    There is also MS example Q258580:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;Q258580 showing
    IRowsetIndex usage.
    However I cannot make it work in environment considering all limitations:
    NT4SP6, VS6SP5, MDAC2.7(2.6) with Access2K dB (nwind).
    CHECK(pOpenRowset->OpenRowset(NULL, &TableID, &IndexID, IID_IRowsetIndex, 1, pPropSet, (IUnknown **)&pRowsetIndex));
    causes
    ATL: OLE DB Error Record dump for hr = 0x80004002
    ATL: Row #: 0 Source: "Microsoft JET Database Engine" Description: "No such interface supported" Help File: "(null)" Help Context: 5000000 GUID:
    {0C733A69-2A1C-11CE-ADE5-00AA0044773D}
    ATL: OLE DB Error Record dump end
    Failure in File $\Seek.cpp Line 112

    Why IRowsetIndex is not supported?
    How to make it work?
    Any comments appreciated...

    Thanks,
    Andrei

    ----------------------------------------------------------------
    Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    contains important info. Save time, search the archives at
    http://discuss.microsoft.com/archives/index.html .
    To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM