Back to Devexpress

Microsoft Access Database

windowsforms-9604-controls-and-libraries-scheduler-data-binding-data-sources-microsoft-access-database.md

latest909 B
Original Source

Microsoft Access Database

  • Oct 29, 2020

Use the following SQL scripts to create the required tables in the MS Access database.

  • The script below creates the Appointments table for storing the appointment data.

  • The script below creates the Resources table for storing the resource data.

Note

These tables are sufficient for basic scheduling tasks. To learn how to implement a special functionality, such as Gantt view or resources hierarchy, see the Hierarchical Resource Specifics and the Gantt View Specifics topics.