Updated: 2019-03-14
Data Source Initialization OLE DB Property — «schema_sp_params»
Name:
schema_sp_params
Status:
Deleted
Type:
VT_I4
R/W:
R/W
Default:
2
IBProvider:
3, 5-5.1
Configuration of loading mode for DBSCHEMA_PROCEDURE_PARAMETERS and DBSCHEMA_PROCEDURE_COLUMNS . Possible values:
Value | Descriptions |
0 | PROCEDURE_COLUMNS contains all stored procedure OUT-parameters. |
1 | PROCEDURE_PARAMETERS contains all stored procedure OUT-parameters with IN-parameters. |
2 | Automatic mode. If stored procedure return result set, OUT-parameters will be in PROCEDURE_COLUMNS schema, else if SP return OUT-parameters then its info will be in PROCEDURE_PARAMETERS. |
See also
- Initialization properties ado_exec_sp, odbc_call_sp