诺大一个csdn,难道就没有一个人用过?
难道大家都是用的sql来批量修改记录?

解决方案 »

  1.   

    不可能的
    jdbc2.0及以上都支持
      

  2.   

    报错如下: 
    Method updateString(java.lang.String, java.lang.String) not fo
    und in interface java.sql.ResultSet.
                    rs.updateString(sColName,sColValue);
                                   ^
    1 error
    这是怎么回事?我不知道我是不是用的jdbc2.0,怎么看?
      

  3.   

    我用的数据库是db2
    现在编译通过了(用jcreator编译通过,在命令行里用javac命令还是不行)
    可是运行时又说updatable resultset不被当前版本的驱动程序支持,我用的是jdbc2的db2驱动,还有更高的吗?是不是驱动程序的原因呢?
      

  4.   

    the parameters you send in the updateString() are not compatibale to the interface; you should use columnindex as the frist parameter