本省就支持有标形式阿TYPE_SCROLL_INSENSITIVE    TYPE_SCROLL_SENSITIVE 
两种都是,一种敏感,一种不敏感

解决方案 »

  1.   

    [Microsoft][SQLServer 2000 Driver for JDBC]The specified SQL type is not supported by this driver.
      

  2.   

    CallableStatement cstmt = con.prepareCall("{call reviseTotal(?)}");
    cstmt.setByte(1, 25);
    cstmt.registerOutParameter(1, java.sql.Types.TINYINT);
    cstmt.executeUpdate();
    byte x = cstmt.getByte(1); 
      

  3.   

    兄弟,我帮你开贴搞定了..http://community.csdn.net/Expert/topic/4140/4140104.xml?temp=.884289