Version

WebScheduleOleDbProvider Class

Data provider for WebSchedule and it's OLE DB compatible data model.
Syntax
Remarks

The WebScheduleOleDbProvider is a specialized WebScheduleDbProvider offering data abstraction and translation services to the WebSchedule elements of a web application from OLE DB-compatible data sources.

The WebScheduleDbProviders serve as the data abstraction layer (DAL) between an application's database provider and the WebSchedule data binding interface. The different Data Bindings an application attaches to his provider determine the mappings between a custom database schema (which may vary between applications), and the eventual WebSchedule object model (which remains fixed for a particular version).

Web applications using OLE DB data sources to persist their scheduling information should use the WebScheduleOleDbProvider to map data stored within their OLE DB data source to the WebSchedule object model.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also