Subject | Re: [Firebird-Java] JayBird driver doesn't work with JDBC explorer in JBuilder 4? |
---|---|
Author | Luca Lafranchi |
Post date | 2002-11-01T11:30:09Z |
Hi :)
Look at the stack trace:
".....
Chained exception:
java.sql.SQLException: not yet implemented
at
org.firebirdsql.jdbc.FBPreparedStatement.setObject
....
"
You are calling a (in your version) not implemented method...I would say
FBPreparedStatement.setObject(int parameterIndex, Object x, int
targetSqlType, int scale).
Ciao
Luca
Look at the stack trace:
".....
Chained exception:
java.sql.SQLException: not yet implemented
at
org.firebirdsql.jdbc.FBPreparedStatement.setObject
....
"
You are calling a (in your version) not implemented method...I would say
FBPreparedStatement.setObject(int parameterIndex, Object x, int
targetSqlType, int scale).
Ciao
Luca