对了,不要调用sqlRs.first();
而是while(sqlRs.next){
   subject=sqlRs.getString("subject");
author=sqlRs.getString("author");
content=sqlRs.getString("content");
pic=sqlRs.getString("attachment");
}
试试,应该可以。

解决方案 »

  1.   

    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
    ?????????????????????????????????????????????????????
      

  2.   

    我有同样的问题,请问你是怎么解决的?