报错的信息是:
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 11
at java.util.Vector.get(Vector.java:713)

解决方案 »

  1.   

    i think the key has nothing to with the case of string.
    but i've no idea zbout your problem.
    you provided so little information that we cannot find anything
      

  2.   

    楼主只要把从数据库里取数据的那个getObject()[当然,也可能是get其他类型的数据,如:getString()]里面的字符写成和数据库里一样的就可以了。其实出现这个问题的根本原因就是:java区分大小写……