Determines whether the first error or the highest severity error is reported when more than one error is raised during the connection or attempted connection to the database
SNC SQL Native Client for Microsoft SQL Server
HigSeverityError=value
Parameter |
Description |
---|---|
value |
Specifies the error to be reported when multiple errors are raised. Values are:
|
HighSeverityError=0
When you set this DBParm to 1, PowerBuilder chooses the error with the highest severity code to pass back to the caller.
To have PowerBuilder report the error with the highest severity code, use the following DBParm setting:
SQLCA.DBParm="HighServerityError=1"