Recent content by Mervyn

  1. M

    Record Fetching Problem!

    Hi. I have to fetch number of records (1000nd to 1010th) from a table say customer which has more than 10 thousand records. I am using a Index which is not a primary index and I directly wants to go and fetch without counting the number of records by using a counter inside the "for each"...
  2. M

    Record Fetching Problem!

    Hi. I have to fetch number of records (1000nd to 1010th) from a table say customer which has more than 10 thousand records. I am using a Index which is not a primary index and I directly wants to go and fetch without counting the number of records by using a counter inside the "for each"...
Back
Top