Updated: 2018-05-05
OLE DB Property of Rowset and Command — «ignore_err_param»
Name:
ignore_err_param
Type:
VT_I4
R/W:
R/W
Default:
It derives initialization property ignore_err_param
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
- The initialization property ignore_err_param