FlowWright's default database is Microsoft SQL Server, FlowWright supports the following databases:
- Microsoft SQL Server
- Microsoft Azure
Microsoft SQL Server Workflow Database Setup
- If you don’t have a SQL server, download Microsoft SQL Server express for free using the following link
- Connect to the SQL Server instance using Enterprise Manager or Visual Studio
- Create a new database called "FlowWright"
- Execute the following database script file: FlowWright-MSSQLServer.sql from the directory: C:\inetpub\wwwroot\cDevWorkflow\DBScript
-
Change the connection string within the file connections.config located at: C:\inetpub\wwwroot\cDevWorkflow\bin
*Do not change the connection name - Make sure to start the FlowWright engine services
Windows Azure Database Setup
- If you do not have a Microsoft Azure, please signup using the following link
- Connect to the Microsoft Azure instance using Enterprise Manager or Visual Studio
- Create a new database called "FlowWright"
- Execute the following database script file: FlowWright-MSAzure.sql from the directory: C:\inetpub\wwwroot\cDevWorkflow\DBScript
-
Change the connection string within the file connections.config located at: C:\inetpub\wwwroot\cDevWorkflow\bin
*Do not change the connection name - Make sure to start the FlowWright engine services