OLE DB Row Access
Topic Last Modified: 2006-11-30
By using C or C++ you can get a pointer to the following OLE DB interfaces from several Collaboration Data Objects (CDO), Component Object Model (COM) classes:
OLE DB Interfaces | Accessible From |
---|---|
IRow |
|
IRowChange |
|
IRowSchemaChange |
|
IColumnsInfo |
|
IColumnsInfo2 |
Item CoClassMessage CoClass |
Note
These interfaces are not based on Idispatch, therefore they cannot be used by clients that require automation such as scripting engines and by Microsoft® Visual Basic®.