本帖最后由 sky123123 于 2010-12-29 16:37:52 编辑

解决方案 »

  1.   

      while(count<=limit) {
      
       insert into .. ("id","39225386");
       Toast.makeText(this, "恭喜,加入成功!O(∩_∩)O~", Toast.LENGTH_LONG).show();}
      

  2.   

    if(count<=limit) {
      
      insert into .. ("id","39225386");
      Toast.makeText(this, "恭喜,加入成功!O(∩_∩)O~", Toast.LENGTH_LONG).show();}
    else{
        delete from into where id=(select top 1 id from into order by logintimes));
      Toast.makeText(this, "俺已经删除一个不发言的!O(∩_∩)O~", Toast.LENGTH_LONG).show();
           
    }