java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Row update fai led. at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source ) at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source) at com.microsoft.jdbc.base.BaseImplUpdatableResultSet.executeStatement(U nknown Source) at com.microsoft.jdbc.base.BaseImplUpdatableResultSet.updateRow(Unknown Source) at com.microsoft.jdbc.base.BaseResultSet.updateRow(Unknown Source) at BTViewBugAction.updateBug(BTViewBugAction.java:230) at BTViewBugAction.main(BTViewBugAction.java:288)
Line 230 is rs.updateRow() the SQL Error Code is 0 and the SQL State is HY000. I am using SQL Server 2000 driver v2.2, JDK 1.3.1. Googling didnt help me much. I will be thankful for any help.