Re: [Firebird-devel] ClimpletReader in svcSendItems mode

2016-03-19 Thread Dimitry Sibiryakov
17.03.2016 16:52, Alex Peshkoff wrote: >> Do I understand right that subj can be used to parse buffer returned by >> >isc_service_query()? > No, that format is still unsupported by ClimpletReader That's pity, I hoped to a simple solution for decoding service response from utf-8 into ANSI

Re: [Firebird-devel] ClimpletReader in svcSendItems mode

2016-03-19 Thread Dimitry Sibiryakov
18.03.2016 10:25, Alex Peshkoff wrote: > 1. Backward compatibility > 2. Users list service is deprecated in FB3 And exactly because of that we can simply drop support of these bad clumplets in FB4. -- WBR, SD. --

Re: [Firebird-devel] ClimpletReader in svcSendItems mode

2016-03-19 Thread Alex Peshkoff
On 03/18/2016 12:59 PM, Dimitry Sibiryakov wrote: > 18.03.2016 10:25, Alex Peshkoff wrote: >> 1. Backward compatibility >> 2. Users list service is deprecated in FB3 > And exactly because of that we can simply drop support of these bad > clumplets in FB4. > Not sure (though big desire is pres

Re: [Firebird-devel] ClimpletReader in svcSendItems mode

2016-03-19 Thread Alex Peshkoff
On 03/17/2016 06:27 PM, Dimitry Sibiryakov wrote: > Hello, All. > > Do I understand right that subj can be used to parse buffer returned by > isc_service_query()? No, that format is still unsupported by ClimpletReader > If so, why fbsvcmgr don't use it? > ---

Re: [Firebird-devel] ClimpletReader in svcSendItems mode

2016-03-19 Thread Alex Peshkoff
On 03/17/2016 07:26 PM, Dimitry Sibiryakov wrote: > 17.03.2016 17:11, Alex Peshkoff wrote: >> even more crazy continuation from call to call: parsing >> single returned buffer is just impossible, only from the beginning of >> data exchange keeping history. > According to IB API Guide, there is

Re: [Firebird-devel] ClimpletReader in svcSendItems mode

2016-03-19 Thread Alex Peshkoff
On 03/17/2016 06:58 PM, Dimitry Sibiryakov wrote: > 17.03.2016 16:52, Alex Peshkoff wrote: >>> Do I understand right that subj can be used to parse buffer returned >>> by isc_service_query()? >> No, that format is still unsupported by ClimpletReader > That's pity, I hoped to a simpl

Re: [Firebird-devel] ClimpletReader in svcSendItems mode

2016-03-19 Thread Alex Peshkoff
On 03/18/2016 12:18 PM, Dimitry Sibiryakov wrote: > 18.03.2016 9:12, Alex Peshkoff wrote: >> If one tries to receive users list from server according to that guide >> he will be much surprised. >> No restart (that's correct - list may be >64Kb), no isc_info_truncate - >> just interrupted at arbitra

Re: [Firebird-devel] ClimpletReader in svcSendItems mode

2016-03-18 Thread Dimitry Sibiryakov
18.03.2016 9:12, Alex Peshkoff wrote: > If one tries to receive users list from server according to that guide > he will be much surprised. > No restart (that's correct - list may be >64Kb), no isc_info_truncate - > just interrupted at arbitrary point at buffer's boundary, even inside a > clumplet.

Re: [Firebird-devel] ClimpletReader in svcSendItems mode

2016-03-18 Thread Dimitry Sibiryakov
17.03.2016 17:11, Alex Peshkoff wrote: > even more crazy continuation from call to call: parsing > single returned buffer is just impossible, only from the beginning of > data exchange keeping history. According to IB API Guide, there is no continuation. If the buffer is too small, it contain

[Firebird-devel] ClimpletReader in svcSendItems mode

2016-03-18 Thread Dimitry Sibiryakov
Hello, All. Do I understand right that subj can be used to parse buffer returned by isc_service_query()? If so, why fbsvcmgr don't use it? -- WBR, SD. -- Transform Data into Opportunity. Accelerate data analys