Skip to main content
Inspiring
March 12, 2021
Question

Retrieving data

  • March 12, 2021
  • 1 reply
  • 0 views

Suppose am having 10 rows of data and its getting stored in DB.

User is able to retrieve data from 1st row only using locationID. Can someone help how can user  retrieve data for 6th row using locationID..

    1 reply

    csteward
    Brainy
    March 12, 2021

    Please post a code snippet here related to your issue and/or some additional details on your situation.  I'm unsure of what you are trying to achieve exactly here, as querying data by a single field such as locationID should not be dependent on row position.