Updated: 2018-05-05

Data Source Initialization OLE DB Property — «ignore_err_param»

Name:
ignore_err_param
Type:
VT_I4
R/W:
R/W
Default:
0
IBProvider:
1, 2, 3, 5

A bitmask with flags for ignoring errors in command parameters.

Значение Описание
1 Ignore IN-parameter with unknown name.
2 Ignore IN-parameter with invalid ordinal.
4 Ignore IN-value for OUT-parameter.

For MSSQL Linked Server need define in connection string the «ignore_err_param=4» for avoiding the problems with obtaining OUT-parameter values of stored procedures.

See also

Other properties of group

Other sets of properties