Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at CTable Class.
Provides a means to directly access a simple rowset (one with no parameters).
Syntax
template <
class TAccessor = CNoAccessor,
template <typename T> class TRowset = CRowset
>
class CTable :
public CAccessorRowset <
TAccessor,
TRowset
>
Parameters
TAccessor
An accessor class.
TRowset
A rowset class.
Members
Methods
Open | Opens the table. |
Remarks
See CCommand for information on how to execute a command to access a rowset.
Requirements
Header: atldbcli.h
See Also
OLE DB Consumer Templates
OLE DB Consumer Templates Reference
IOpenRowset::OpenRowset