Prepared Statement limit ?

From: ygloriau(at)siliage(dot)fr
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Prepared Statement limit ?
Date: 2002-10-29 15:35:42
Message-ID: 1035905742.3dbeaace6782f@195.25.244.199
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-10-29 16:13:05 Re: Prepared Statement limit ?
Previous Message ygloriau 2002-10-29 15:19:14 Prepared Statement problem