problem with currency symbol in rs.getString

Поиск
Список
Период
Сортировка
От Kuldip
Тема problem with currency symbol in rs.getString
Дата
Msg-id 006101c2cb62$54cab700$1a01a8c0@kuldip
обсуждение исходный текст
Ответ на Hierarchic database  ("Luke" <redbeam@interia.pl>)
Ответы Re: problem with currency symbol in rs.getString
Список 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





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

Предыдущее
От: "Luke"
Дата:
Сообщение: Hierarchic database
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: DatabaseMetaData oddities