You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class CAccessorRowset : public TAccessor, public TRowset<TAccessor>
24
28
```
25
29
26
-
#### Parameters
27
-
`TAccessor`
30
+
### Parameters
31
+
*TAccessor*
28
32
An accessor class.
29
33
30
-
`TRowset`
34
+
*TRowset*
31
35
A rowset class.
36
+
37
+
## Requirements
38
+
**Header:** atldbcli.h
32
39
33
40
## Members
34
41
35
42
### Methods
36
43
37
44
|||
38
45
|-|-|
39
-
|[Bind](../../data/oledb/caccessorrowset-bind.md)|Creates bindings (used when **bBind** is specified as false in [CCommand::Open](../../data/oledb/ccommand-open.md)).|
46
+
|[Bind](../../data/oledb/caccessorrowset-bind.md)|Creates bindings (used when `bBind` is specified as **false** in [CCommand::Open](../../data/oledb/ccommand-open.md)).|
See [IColumnsInfo::GetColumnInfo](https://msdn.microsoft.com/en-us/library/ms722704.aspx) in the *OLE DB Programmer's Reference*.
117
+
118
+
### Return Value
119
+
A standard HRESULT.
120
+
121
+
### Remarks
122
+
The user must free the returned column information and string buffer. Use the second version of this method when you use [CDynamicAccessor](../../data/oledb/cdynamicaccessor-class.md) and need to override the bindings.
123
+
124
+
For more information, see [IColumnsInfo::GetColumnInfo](https://msdn.microsoft.com/en-us/library/ms722704.aspx) in the *OLE DB Programmer's Reference*.
50
125
51
126
## See Also
52
127
[OLE DB Consumer Templates](../../data/oledb/ole-db-consumer-templates-cpp.md)
0 commit comments