Updated: 2016-09-06
Data Source Initialization OLE DB Property – «remote:protocol_arch»
Name:
remote:protocol_arch
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. This property defines the architecture (a method for transmitting and receiving data) of protocol. Allowed the empty value, one or more values, separated by commas, from the following list:
Value | Description |
generic | The universal data format. Server architecture can be any. |
symmetric | The architecture of the server must be equal to the architecture of the client. |
If you specify multiple values, priority is given to the fist item.
By default, when you connect via TCP/IP, using the string «generic,symmetric». It is mean that the preference is given to the «universal format» for data transmission.
See also
- Initialization property dbclient_type
- Initialization property remote:protocol
- Initialization property remote:protocol_type