Re: Retrieving field of type bigint[]

From: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>
To: pgsql-jdbc(at)postgresql(dot)org
Cc: ravi(at)e-jan(dot)co(dot)jp
Subject: Re: Retrieving field of type bigint[]
Date: 2001-08-06 11:32:18
Message-ID: fmvsmtokc3pfuhfa2qbbv1j8fnn29t557r@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello Ravi,

I'm sorry, but I'm not sure I understand what you are trying to
do.

I'd suggest that you post:
- the CREATE TABLE statement used to create this particular
table (or a description of the table from psql)
- some data from this table
- the actual Java/JDBC code that reproduces the error
- the full text of the error message in the exception.

Kind regards,
René Pijlman

> My field type is bigint[] . I am storing some numbers in it (as an array) .
>
> I want to get that feild value and insert it into another table . When I am using getLong() method ResultSet
>I am getting error message "Bad Long {1,2}" . {1,2} is the value in that field .
>
> Please help me .My jdbc driver is "jdbc7.1-1.3.jar".
>
>Regards,
>Ravi

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dongsheng Song 2001-08-06 11:51:42 How can I get anoncvs PGSQL-JDBC source ?
Previous Message Denis Bucher 2001-08-06 10:14:13 Re: Bug found in the driver