Updated: 2019-03-14
Data Source Initialization OLE DB Property — «odbc_call_sp»
Name:
odbc_call_sp
Status:
Deleted
Type:
VT_I4
R/W:
R/W
Default:
Depends on the version of the provider
IBProvider:
1, 2, 3, 5-5.1
Interpretation method of ODBC-query with stored procedure call — «{?=call SP(…)}». Allowed values:
| Value | Description |
| 0 | ODBC-query will be translated to «select * from SP» |
| 1 | ODBC-query will be translated to «execute procedure SP» |
| 2 | The provider himself determines the method of running the stored procedure. |
Default value is depended on the provider version:
| Version | Default value |
| v1-v2 | 0 |
| v3 | 2 |
See also
- Initialization property schema_sp_params
- Rowset property odbc_call_sp
