Re: [JDBC] Retrieving field of type bigint[]

2001-08-09 Thread Rene Pijlman
Hello Ravi, Thank you for the clarification. The best way to handle this would be with the JDBC methods getArray and setArray. Unfortunately, these methods are currently not implemented in the JDBC driver. See also http://lab.applinet.nl/postgresql-jdbc/ ("Array"). Regards, René Pijlman On Thu,

[JDBC] Retrieving field of type bigint[]

2001-08-09 Thread RaviShankar K
ROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 PM 08:32 Subject: Re: [JDBC] Retrieving field of type bigint[] 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 C

Re: [JDBC] Retrieving field of type bigint[]

2001-08-06 Thread Rene Pijlman
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 erro

Re: [JDBC] Retrieving field of type bigint[]

2001-08-05 Thread RaviShankar K
{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 - From: RaviShankar K To: [EMAIL PROTECTED] Sent: Monday, August 06, 2001 AM 11:13 Subject: [JDBC] Retr

[JDBC] Retrieving field of type bigint[]

2001-08-05 Thread RaviShankar K
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

Re: [JDBC] Retrieving field of type bigint[]

2001-08-05 Thread Rene Pijlman
On Sun, 5 Aug 2001 23:08:16 +0900, you wrote: >I am trying to retrieve field of type bigint[] from postgres DB. >I tried most of getXXX methods of ResultSet abut I could not >do it. The JDBC spec recommends ResultSet.getLong() for the JDBC type BIGINT: long getLong(int columnIndex) throw

[JDBC] Retrieving field of type bigint[]

2001-08-05 Thread raviG
Hi,    I am trying to retrieve field of type bigint[] from postgres DB. I tried most of  getXXX methods of ResultSet abut I could not do it . If any one has idea about this please help me .    Thank you.   Regards,Ravi