The Visual FoxPro OLE DB Provider supports the following OLE DB objects that are based on the OLE DB 2.1 Spec. Implementation.
| Object | Description |
|---|---|
| Data Source Object | Establish a link to a data store. |
| Session Object | Provide methods for creating commands and rowsets and for creating and modifying tables and indexes. |
| Command Object | Provide collections, properties, and methods for issuing commands and returning rowsets. |
| Rowset Object | Expose data in a tabular form as rowsets, rows that each contain columns of data. |
| Error Object | Provides the ability to return multiple error records from a single call and the ability to return provider-specific error information. |
| ConnectionPage Object | Provides access to a Microsoft DataLink (UDL) Configuration dialog box. |
See Also
Language Reference for OLE DB Development | Visual FoxPro OLE DB Provider Data Support | Supported Visual FoxPro SET Commands | Supported Visual FoxPro Commands and Functions | Unsupported Visual FoxPro Commands and Functions | Standard and Custom OLE DB Properties | OLE DB Provider for Visual FoxPro