Search found 1 match
- 06.11.2007, 19:37
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: mySQL 4 Compress Option
- Replies: 13
- Views: 3706
For activate the cliente compression protocol (more faster and securely) only you must add to the properties the next line: compress=true Not compress=on!! Example: zeosConnection.Properties.Add('compress=true'); This property have effect in a new zeoslib connection (do not work with reconnect). Thi...