On 23 Mar, 19:34, Tom Hawtin wrote:
> Mariano wrote:
> > On 22 Mar, 22:22, "Mariano" wrote:
> >> ResultSet rs=mdbc.inviaQuery("select * from ... where ...");
> >> Exception in thread "AWT-EventQueue-0"
> >> java.lang.UnsupportedOperationException
> >> at
> >> sun.jdbc.odbc.JdbcOdbcResultSet.getArray(JdbcOdbcResultSet.java:4425)
> > no one can help me??
>
> You've clearly got something to compile. However it's not what you have
> posted. It's difficult for anyone to help you without even seeing your code.
>
> However, it looks as if you are using a JDBC feature that is either not
> supported by the JDBC-ODBC bridge or by your ODBC driver, or the bridge
> and driver support isn't compatible. A good place to start would be
> normalising your schema - find a *good* book on SQL.
>
> Tom Hawtin
DB is already normalized and I don't think i've wrong something on it.
The real problem is in file java, infact if I comment the line
rs.getArray("DB_COLUMN_NAME_2"); there's no errore and application
works fine.
|