appRules Embedded Database

The appRules embedded database SQL syntax is similar to Microsoft SQL Server. It supports Views and Stored Procedures.

Below is a sample connection string

data source=[SharedFilesFolder]\SQL Database.appdb; open mode=MultiProcessReadWrite;

To get help information for any property, click on the property row and the help text will be displayed at the bottom the property grid.

Last updated