Re: Columns out of range-error

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: tobias(dot)zielke(at)automedia(dot)de
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Columns out of range-error
Date: 2004-08-20 14:32:28
Message-ID: 1093012348.20381.4.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Toby,

You will have to give us more information.

can you show us the relevant code ?

But in general you can't put 650 columns into 200 columns ?

How is that supposed to work ?

Dave
On Fri, 2004-08-20 at 10:20, Tobias Zielke wrote:
> Hi,
>
> We have a Problem with postgresql 7.4.3 and jdbc
>
> We have a table with 200 columns and want to insert 50 datasets (40-50
> columns each) into this table. With this we write a file into the memory
> with about 650 columns. And this displays an error: columnindex out of
> range.
> In the #postgres IRC i was told to ask you if this could be a bug in jdbc.
>
> Thnx
> Woolve73
> Toby
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
--
Dave Cramer
519 939 0336
ICQ # 14675561
www.postgresintl.com

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andreas Percher 2004-08-20 15:06:17 Re: Columns out of range-error
Previous Message Tobias Zielke 2004-08-20 14:20:34 Columns out of range-error