SuppressConnectionWarnings
- Last Updated: January 24, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft SQL Server 6.0
- Documentation
Purpose
Determines whether the driver suppresses "changed database" and "changed language" warnings when connecting to the database server.
Valid values
true | false
Behavior
If set to true, warnings are suppressed.
If set to false, warnings are not suppressed.
Data source method
public Boolean
getSuppressConnectionWarnings()
public void
setSuppressConnectionWarnings(Boolean)
Default
false
Data type
Boolean