Re: [Firebird-devel] Handling isc_info_truncated

2013-06-17 Thread Mark Rotteveel
On Sun, 16 Jun 2013 11:34:43 -0300, Adriano dos Santos Fernandes wrote: > On 16-06-2013 08:44, Mark Rotteveel wrote: >> I need some help with handling isc_info_truncated when retrieving >> statement prepare info (the request includes both isc_info_sql_select >> and isc_info_sql_bind) >> >> Spec

Re: [Firebird-devel] Handling isc_info_truncated

2013-06-16 Thread Adriano dos Santos Fernandes
On 16-06-2013 08:44, Mark Rotteveel wrote: > I need some help with handling isc_info_truncated when retrieving > statement prepare info (the request includes both isc_info_sql_select > and isc_info_sql_bind) > > Specifically I need to know where to put the isc_info_sql_sqlda_start > items when

[Firebird-devel] Handling isc_info_truncated

2013-06-16 Thread Mark Rotteveel
I need some help with handling isc_info_truncated when retrieving statement prepare info (the request includes both isc_info_sql_select and isc_info_sql_bind) Specifically I need to know where to put the isc_info_sql_sqlda_start items when both isc_info_sql_select and isc_info_sql_bind are pres