problem with currency symbol in rs.getString

From: "Kuldip" <kuldip(at)fsltechnologies(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: problem with currency symbol in rs.getString
Date: 2003-02-03 08:57:50
Message-ID: 006101c2cb62$54cab700$1a01a8c0@kuldip
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello
I am facing follwoing problem with Postgres JDBC (downloaded from
jdbc.postgresql.org)

I have a data base structure like this

CREATE TABLE currency

(

currencyname varchar(20),

currencysymbol varchar(10) NOT NULL,

)

I am restoring currencies and its symbols (dollar , $ )(pound, £ )

When i am retireving these currency using rs.getString("currencysymbol ") ,
Driver is throwing java.lang.ArrayIndexOfBoundsException

Anyone have any idea about this??

Thanks in advance
kuldip

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2003-02-03 09:05:17 Re: DatabaseMetaData oddities
Previous Message Vicente Alabau Gonzalvo 2003-02-03 08:01:03 Matching types