Developer Documentation Library > Data Model > Frequently asked questions > Does the Case Data Model have Connection, Command, and Recordset objects that correspond to the three main ADO objects?
 
Does the Case Data Model have Connection, Command, and Recordset objects that correspond to the three main ADO objects?
The Case Data Model supports all three of these objects, but with certain restrictions. For example, The Case Data Model supports the Command object but not the Parameter object, which would require implementing the ICommandWithParameters interface.
For information on which interfaces are supported in the Case Data Model, see UNICOM Intelligence OLE DB Provider. For information on mapping ADO methods to OLE DB interfaces, see the MSDN article Mapping ADO Methods to OLE DB Interfaces.
See also
Frequently asked questions