ADODB and Custom OLEDB Errors Collection
- From: Kovalenko Dmitry <KovalenkoDmitry@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 23 Jan 2009 06:56:05 -0800
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
.
- Prev by Date: DBSTATUS_E_UNAVAILABLE
- Next by Date: where are the constants of COLUMN_FLAGS (enumerated type) defined
- Previous by thread: DBSTATUS_E_UNAVAILABLE
- Next by thread: where are the constants of COLUMN_FLAGS (enumerated type) defined
- Index(es):
Relevant Pages
|