How the go down in a database ( with a condition in the field)

  • Thread starter Thread starter Celemka
  • Start date Start date
C

Celemka

Hello

I have a database with different field

Index / Distance / Type / Value

If i make :

Distance = EventQuery->FieldValues["Distance"];
EventQuery->Next();

The cursor move one step to down to the next line.
But I would go (down) not to the next line, but to the next incrementation
from Index ( because my database is not in order, but the field Index is
correct.

How can I do ... like

EventQuery->FieldValues["Index"]->Next;

but this dont run.

If you can explain me.
Thank you in advance

PS: I work with borland C++ builder wich a database like acces
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top