SupportBinaryProtocol: Boolean;
The SupportBinaryProtocol property determines whether binary queries will be used to work with server.
Available values:
True. Binary queries are used for working with server. The use of binary queries allows for minimizing traffic volume, which is required to send queries and get data from the server.
False. Default value. Text queries are used to work with the server.
The example of use is given in description of the IPrimaryPostgresSPLD.Database property.
See also: