Re: Prepared Statement limit ?

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Prepared Statement limit ?
Дата
Msg-id 1035907986.1716.65.camel@inspiron.cramers
обсуждение исходный текст
Ответ на Prepared Statement limit ?  (ygloriau@siliage.fr)
Ответы Re: Prepared Statement limit ?  (ygloriau@siliage.fr)
Список pgsql-jdbc
Yann

Which version of the driver are you using.

Looking at the latest code, the statement is parsed and the number of
parameters are set based on the number of ? marks in the statement. Are
you sure it is the number of parameters or actually the 51 st parameter
that is causing the problem.

Dave
On Tue, 2002-10-29 at 10:35, ygloriau@siliage.fr wrote:
>
>
> Hi all,
> I'm dealing with the hugest query i've ever seen : 93 parameters !
>
> The problem is that i got an exception when i try to add the 51th parameter.
> No way to have mor ethan 50 parameters.
> Is there a solution to fix up this problem ?
> (I won't rewrite the query !)
>
> thanks
>
> Yann
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>




В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: DatabaseMetaData.getTables() problem
Следующее
От: Barry Lind
Дата:
Сообщение: Re: notification support