Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Database Connection Settings

Grooper Object Grooper

Represents the settings required to establish a connection to a database in Grooper.

Remarks

The Database Connection Settings class defines the configuration necessary for Grooper to connect to an external database. It serves as the base for all database connection settings objects, encapsulating authentication, timeout, and connection string management. These settings are used by Grooper to open database connections.

Configuration Guidance

  • Set the 'Connection Timeout' to control how long Grooper waits for a database connection before failing.
  • Provide 'User Name' and 'Password' for SQL authentication, or leave them blank to use Windows Authentication.
  • Use the 'Connection String' property to review the effective connection string (with sensitive data masked).

Database Connection Settings are essential for any Grooper process that interacts with external databases, such as exporting extracted data, importing reference data, or synchronizing with line-of-business systems.

Properties

NameTypeDescription
General
Authentication
Info

Derived Types

There are 3 implementations of Database Connection Settings.

ODBC Defines the connection settings required to connect to a database using an ODBC (Open Database Connectivity) data source in Grooper.
Repository Connection Defines the connection settings for a Grooper repository database.
SQL Server Defines the connection settings required to connect to a Microsoft SQL Server database in Grooper.

Used By

Notification