Updated: 2018-05-08

OLE DB Property of Rowset and Command — «exec_sp_named_param»

Name:
exec_sp_named_param
Type:
VT_BOOL
R/W:
R/W
Default:
It derives initialization property exec_sp_named_param
IBProvider:
1, 2, 3, 5

Setting for «exec SP» translation into native query of stored procedure call. Possible values:

Value Description
False Generate a query with unnamed parameters: «execute procedure SP (?,? …)».
True Generate a query with named parameters: «execute procedure SP (:param1, :param2 …)».

See also

Other properties of group

Other sets of properties