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

ODBC

Database Connection Settings Grooper

Defines the connection settings required to connect to a database using an ODBC (Open Database Connectivity) data source in Grooper.

Remarks

The ODBC connection settings class provides all configuration options necessary for Grooper to connect to a database via an ODBC data source. It extends Database Connection Settings with properties specific to ODBC, including the ODBC Data Source Name (DSN).

How It Works

ODBC settings are used wherever Grooper needs to connect to a database through an ODBC driver, such as for data import, export, or integration with external systems. The class builds a valid ODBC connection string based on the configured properties, and provides both a full and sanitized version for use in the UI and logs.

Configuration Guidance

  • Set the 'ODBC Data Source Name' to the name of the DSN configured on the system. The list of available DSNs is populated from the system's ODBC configuration.
  • Configure authentication using the inherited 'User Name' and 'Password' properties, if required by the data source.
  • Use the 'Connection Timeout' property to control how long Grooper waits for a connection.

For more information on ODBC DSN configuration, refer to your database and driver documentation.

Properties

NameTypeDescription
General
Authentication
Info

Used By

Notification