getBigDecimal() in JDBC driver not yet implemented ?
getBigDecimal() in JDBC driver not yet implemented ?
От:
"Nikolaus Rumm" <no_spam.nikolaus.rumm@chello.at>
Дата:
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 . Any suggestions ? Nikolaus Rumm