E
E
ErickSkrauch2014-06-12 10:39:19
Delphi
ErickSkrauch, 2014-06-12 10:39:19

How to access a string in ADOQuery?

The access database stores a list of questions for a test. You need to get it randomly and arrange for testing.

Connect, make a request, etc. - not a problem. The only question is how to get the string value after the query is executed. There is a Fields field, but it matches the columns of the first row. There is a RecordCount field, which still says that we have 10 lines, but how to access them is a mystery.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2014-06-12
@ErickSkrauch

Use First, Last, Next, Prior. More details - articles.org.ru/lesson/les5.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question