 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Celemka Guest
|
Posted: Mon Feb 21, 2005 4:08 pm Post subject: How the go down in a database ( with a condition in the fiel |
|
|
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
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|