Обсуждение: getBigDecimal() in JDBC driver not yet implemented ?

Поиск
Список
Период
Сортировка

getBigDecimal() in JDBC driver not yet implemented ?

От
"Nikolaus Rumm"
Дата:
Hello,

upon making a call to ResultSet.getBigDecimal(String column_name) I get an
SQLException with the following message:
This method is not yet implemented.

Can this be ? getBigDecimal() is vital to most JDBC applications because it
is widely used as the primary key datatype.
I use the JDBC driver <jdbc7.0-1.2>.

Any suggestions ?

Nikolaus Rumm