You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter Girard edited this page Apr 29, 2017
·
3 revisions
By default, all stored procedures used by the GPV are expected to reside in the configuration database. The GPV can call stored procedures outside of the configuration database if given the appropriate database connection information. This table lets you specify these external database connections.
ConnectionString - A valid ADO.NET database connection string (not null). Depending on the database software, you may need to install additional software components on the GPV web server for this connection to work.
Active - Specifies whether this connection should be available for use, 1 for yes and 0 for no. If null, defaults to 0 (no).