Hi , 
the result return after calling doSelect(Criteria ) has no impact when i
apply setOffset() and setLimit() to its criteria. Does ne one knwo ne
work out to it?
here is the code i m using
          Business myBiz = new Business();
      Criteria crit= new Criteria();
      crit.setLimit(2);
      crit.setOffset(2);

      try{
      Vector v  = (Vector)BusinessPeer.doSelect(crit);
      System.out.println(v.size());
        }
and its printing 4..:O
please help me out in this problem. although when i call crit.toString()
it gives
Current Query SQL (may not be complete or applicable): SELECT  FROM
LIMIT 2, 2
Thanks in advance....

regards
Hamza 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to