Search results

  1. evildruid

    limiting the number of rows in a resultset

    not at all? you mean i have to call the entire query and just scroll through the first 10 or so if i wanted 11-20?
  2. evildruid

    limiting the number of rows in a resultset

    i am using progress 83C and php and i am trying to limit the number of rows that is returned in a result set from a query. Is there an easy way to do this? what i am looking for is something similar to mysql's limit feature. is there anything available?
Back
Top