Updated: 2016-10-21
Data Source Initialization OLE DB Property – «remote:protocol_type»
Name:
remote:protocol_type
Type:
VT_BSTR
R/W:
R/W
Default:
EMPTY
IBProvider:
3.27, 5
The setting of the provider’s own client for communication with the server. Defines the type of protocol. Allowed the empty value or one value from the following list:
Value | Description |
rpc | Simple remote procedure call. This type declared as deprecated in FB v3 and not supported anymore. |
batch_send | Batch sends, no asynchrony. |
out_of_band | Batch sends w/ out of band notification. |
lazy_send | Deferred packets delivery. |
By default, provider uses the type of protocol, which offers server.
See also
- Initialization property dbclient_type
- Initialization property remote:protocol
- Initialization property remote:protocol_arch