2 results found
-
Implement compression to get most out of the FireBird 3
Firebird 3 supports the compression between client and server.
If possible implement this, it would make significant impact to the speed on slow connection (especially with large queries)
26 votesHello,
We supported Firebird compression in IBDAC 6.4.1.
You can enable it using the WireCompression parameter:
IBCConnection1.Params.Add(‘WireCompression=true’);Please note that you should use the zlib1.dll library, which has matching bitness. The zlib1.dll library should be placed in the directory with your executable file. Please make sure that your application uses the library the TIBCConnection.Connect method is called.
-
4 votes
- Don't see your idea?