Recent

Author Topic: Is Zeolib 7.2.4 supports WireCommpression Firebird 3?  (Read 2757 times)

incendio

  • Sr. Member
  • ****
  • Posts: 269
Is Zeolib 7.2.4 supports WireCommpression Firebird 3?
« on: December 26, 2018, 08:29:52 am »
Hi guys,

Just installed Zeolib 7.2.4 on Lazarus 32 bit 1.8.4 on Windows 64bit. Firebird 3.0.4, installed on local host.

I read that Zeolib 7.2.4 support WireCompression in Firebird 3.0.

On TZConnection properties, added :
Code: Pascal  [Select][+][-]
  1. wirecompression=true

Then on TZReadOnlyQuery add SQL :
Code: Pascal  [Select][+][-]
  1. select RDB$GET_CONTEXT('SYSTEM', 'WIRE_COMPRESSED') as wire  from rdb$database

When Query Close & open, this code :
Code: Pascal  [Select][+][-]
  1. ShowMessage(Q.FieldByName('Wire').AsString);

Showed FALSE.

It seem that WireCompression doesn't supported.

Please confirm, whether zeolib supports or not WireCompression ?

Thansk in advance.

tonyw

  • Sr. Member
  • ****
  • Posts: 319
    • MWA Software
Re: Is Zeolib 7.2.4 supports WireCommpression Firebird 3?
« Reply #1 on: December 26, 2018, 04:18:09 pm »
This question was also asked about IBX - and the answer is the same. See http://forum.lazarus-ide.org/index.php/topic,43456.0.html

 

TinyPortal © 2005-2018