The Microsoft Access Workflow Designer for Microsoft SQL Server™ infrastructure supports the design-time and run-time features in a team solution through extensions to database tables and system-stored procedures. Those extensions are the glue between the Access Workflow Designer or the client data access pages and the solutions data store.
The infrastructure is based primarily on the server, so users can use any client tool to leverage the stored procedures. In addition, the implementation is faster and easier to modify.
If you use the Access Workflow Designer to create and modify your team solutions, it is not required that you know the details of the infrastructure. This information is provided for those who want to understand how the team solution works behind the scenes.
For more information about | See |
The structure of the tables used in the modSystem database | System Database Tables |
The structure of the tables used in the database storing the solution data | Solution Database Tables |
Stored procedures used by team solutions and the Access Workflow Designer | Stored Procedures |
The SQL views used in a team solution to safely access data | Views |