"select * from USER_COST where COST_ID=1";
"select * from USER_COST where COST_ID=1";

解决方案 »

  1.   

    updateRow();好象是RowSet的方法!
      

  2.   

    SQL语言没问题,这里是我考备错误。那么updateRow(),该怎么使用呢?我看的例子就是这么用得呀!
      

  3.   

    check if USER_COST is a updateable view or table?
    error goes there.
      

  4.   

    如果不是updateable我怎么办呢?
      

  5.   

    Sometimes you can not update a view 
    beacause a view contains parts of  
    several tables, unless other parts of 
    these tables are nullable, you can not 
    update only one part of them. Just try,
    good luck.