Re: Retrieving field of type bigint[]

Поиск
Список
Период
Сортировка
От RaviShankar K
Тема Re: Retrieving field of type bigint[]
Дата
Msg-id 009201c11e23$53d2b110$0400a8c0@ejan.net
обсуждение исходный текст
Ответ на Retrieving field of type bigint[]  ("RaviShankar K" <ravi@e-jan.co.jp>)
Список pgsql-jdbc
Hi,
 
    I am sorry for the previous post .
   
    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
 
 
   
----- Original Message -----
Sent: Monday, August 06, 2001 AM 11:13
Subject: [JDBC] Retrieving field of type bigint[]

Hi,

I am trying to retrieve field of type bigint[] from postgres DB. I tried most of getXXX methods of ResultSet but I could not do it . If any one has idea about this, please help me .

Thank you.

Regards,
Ravi

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

Предыдущее
От: "RaviShankar K"
Дата:
Сообщение: Retrieving field of type bigint[]
Следующее
От: Denis Bucher
Дата:
Сообщение: Re: Bug found in the driver