Updated: 2020-09-21

OLE DB Property of Rowset and Command — «named_param_prefix»

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

This property determines prefix of the named parameters in the query text.

Allowed values: «», «:», «@».

If you set empty string into the property then provider will not support named parameters. This functionality is necessary with the executing of DDL queries (in IBP v1, v2).

Starting with provider version 5.20, modification of the value of this property will put the command in an unprepared state.

See also

Other properties of group

Other sets of properties