[@DBName =] 'dbname',
[@OverWrite =] 'False'
Installs all the Access Workflow Designer stored procedures in a solution database. Exists in the modSystem database.
Parameters
[@DBName =] 'dbname'
Name of the solution database.
[@OverWrite =] 'False'
Indicates whether the stored procedure should overwrite existing stored procedures. When False (default), the procedure produces an error if any solution stored procedure is found in the database. When True, the procedure replaces any existing solution-stored procedures.
Remarks
Creates all the mod* stored procedures.
Example
The following example creates Access Workflow Designer stored procedures in the current Issue Tracking database and overwrites existing stored procedures.
EXEC modCreateSchema 'IssueTracking', 'True'