Subject Re: [firebird-support] Missing info on FB2 deprecated API functions
Author Ann W. Harrison
Glebas wrote:
>
> In the second case to guess is much harder.
> What 'isc_expand_dpb' shall be replaced with?
>

The recommended procedure is that you allocate your own
dpb and expand it following the normal rules for allocating
and releasing structures in your programming language. The
existing call has a memory leak and can cause more problems.
It was designed as a service routine for gpre which uses it
in a very restricted way and is safe. It should not have
been generalized.


Regards,


An