Updated: 2022-05-09

Data Source Initialization OLE DB Property – «remote:wire_compression_type»

Name:
remote:wire_compression_type
Type:
VT_BSTR
R/W:
R/W
Default:
EMPTY
IBProvider:
5.11

This property configures a connection data compression type between provider’s own client and database’s server. It’s allowed an empty value or one value from the following list:

Value Description
zlib1.dll Compression using the external zlib1.dll library. It’s supported when provider connect to Firebird using the 13th protocol. The DLL name can redefined through the initialization properties «remote:wire_compression_library» and «remote:wire_compression_library_64».
zlib1.builtin Compression using the zlib1 built-in library. This type is used by default when provider connect to Firebird using the 13th protocol.

See also

Other properties of group

Other sets of properties