Subject Re: [firebird-support] isc_dsql_sql_info + isc_info_sql_records: what`s wrong?
Author Ivan Prenosil
> Your result buffer is too short, \002 means isc_info_truncated, try this
> char res_buffer[32];

should be
char res_buffer[33];