Updated: 2019-02-08
OLE DB Property of Rowset and Command — «std_exec_sp»
Name:
std_exec_sp
Status:
Deleted
Type:
VT_BOOL
R/W:
R/W
Default:
It derives initialization property std_exec_sp
IBProvider:
1, 2, 3
Interpretation method of «exec SP» query. Allowed values:
Value | Description |
False | As «select * from SP». The result will be accessible in the form of result set. |
True | As «execute procedure SP». The result will be accessible through OUT-parameters. |
IBProvider v1, v2
Metadata schemas will describe stored procedures as returning OUT-parameters independently of value of the property.
IBProvider v3
This property is obsoleted. Was removed in build 13163. Use «ado_exec_sp» property.
See also
- Initialization properties std_exec_sp, ado_exec_sp
- Rowset property ado_exec_sp