On 10/04/17 17:48, Dimitry Sibiryakov wrote:
Hello.

  In Interbase isc_info_svc_timeout is used like this:

*spb++ = isc_info_svc_timeout;
ADD_SPB_NUMERIC(spb, 60); /* 1 minute timeout */

  In Firebird it is used like this:

*p++ = isc_info_svc_timeout;
ADD_SPB_LENGTH(p, 4);
ADD_SPB_NUMERIC(p, 1);

  Is this incompatibility intended?


You should ask Embarcadero - we did not change format of timeout since ib6.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to