Re: EsqlQuery changes

2002-10-02 Thread Torsten Curdt
On Tuesday 01 October 2002 18:11, Christian Haul wrote: > On 01.Oct.2002 -- 05:45 PM, [EMAIL PROTECTED] wrote: > > Christian, you added in EsqlQuery in prepareCall: > > > > preparedStatement.setMaxRows( ... > > > > This breaks the rowCount() function which is vital for our application to > > get

Re: EsqlQuery changes

2002-10-01 Thread Christian Haul
On 01.Oct.2002 -- 05:45 PM, [EMAIL PROTECTED] wrote: > Christian, you added in EsqlQuery in prepareCall: > > preparedStatement.setMaxRows( ... > > This breaks the rowCount() function which is vital for our application to > get the absolute count of pages. Is it really necessary? > Do you mind

EsqlQuery changes

2002-10-01 Thread tcurdt
Christian, you added in EsqlQuery in prepareCall: preparedStatement.setMaxRows( ... This breaks the rowCount() function which is vital for our application to get the absolute count of pages. Is it really necessary? Do you mind if I remove it? -- Torsten --