ADODB and Custom OLEDB Errors Collection

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello everyone

My OLEDB Provider (www.ibprovider.com) has own implementation of OLEDB
Errors Collection. This is required for using of OLEDB provider without
registration (through manifest files).

All work fine, but ADODB can't get primary error from my error object

I create trace of external calls to my code and find the next lines

1. query IID=IErrorInfo
2. query IID=IErrorRecords
3. FAIL: query IID={6A0D3941-C846-11D2-A99A-00600852F914}

When I disable support of IErrorRecords, I get only
1. query IID=IErrorInfo
2. FAIL: query IID=IErrorRecords

And ADODB uses my IErrorInfo without problems - I see the normal error
message.

---
Could the somebody tell me about this unknown interface
{6A0D3941-C846-11D2-A99A-00600852F914}?

Where I can get declaration of this interface?

My forward thanks :)

With best regards, Kovalenko Dmitry
www.ibprovider.com
.



Relevant Pages

  • Re: OLEDB Error
    ... I can update a nVarchar column> 127 without problems, but a query that include this column fails. ... Also the SQLCE OleDB provider does not show up in the listed OleDB provider on the Datalink wizard window. ... Have you tried this again with the SQL Compact sp1 beta? ...
    (microsoft.public.sqlserver.ce)
  • Re: OLEDB Error
    ... I can update a nVarchar column> 127 without problems, but a query that include this column fails. ... Also the SQLCE OleDB provider does not show up in the listed OleDB provider on the Datalink wizard window. ... Have you tried this again with the SQL Compact sp1 beta? ...
    (microsoft.public.sqlserver.ce)
  • Re: OLEDB Error
    ... I can update a nVarchar column> 127 without problems, but a query that include this column fails. ... Also the SQLCE OleDB provider does not show up in the listed OleDB provider on the Datalink wizard window. ... Have you tried this again with the SQL Compact sp1 beta? ...
    (microsoft.public.sqlserver.ce)
  • ADO and Custom OLEDB Errors Collection
    ... My OLEDB Provider has own implementation of OLEDB ... query IID=IErrorRecords ... When I disable the support of IErrorRecords, ... Could the somebody tell me about this unknown interface ...
    (microsoft.public.data.ado)