Getting the location of a Record
I need the position of a perticular record in a perticular table of a DataSet.
For example if the records in the table are:
id Name
1 John
2 Maria
3 Glen
6 Smith
8 Bush
13 Cathy
14 Nina
Now what exectly I need is the exect location of a name in the records. For example if I search for "Bush" then in return I need a number indicating its location i.e. 5
Is it possible ?
|