Subject Re: [firebird-support] What is the purpose of isc_dsql_fetch_m?
Author Dmitry Yemanov
partsi wrote:
> What is the purpose of isc_dsql_fetch_m? I do not find any
> documentation for this function.

It's the internal entrypoint, hence not documented. The only difference
between fetch and fetch_m is that the latter deals with low-level
structures (BLR and byte arrays) instead of SQLDA.


Dmitry