Default value: none (DODS will not use "ConnectionAllocateCheckSql").
File: configuration file.
Context: Connection.
The SQL query statement that will be used to validate connections from connection pool, just before returning them. If specified, this query MUST be valid SQL SELECT statement for current database/driver.
Example:
DatabaseManager.DB.<databaseName>.Connection.ConnectionAllocateCheckSql = "select 1"