madorin / fibplus

FibPlus Library for Delphi and C++Builder. Data access components for Firebird & Interbase.
168 stars 58 forks source link

How to activate compression? #49

Open AndrewSV opened 3 years ago

AndrewSV commented 3 years ago

Hello all, What is the correct parameter to activate and use the WireCompression in FibPlus? In the server I edit the option to "WireCompression = true" but I can't find the correct parameter to set when connecting to the database.

Thanks

topcodesoft commented 1 year ago

I think that it should be "WireCompression = true" in firebird.conf file on client side. Description in firebird.conf:

# Should connection over the wire be compressed?
# Client only value - server should follow client setting if connect using
# correct protocol (>=13).