while (!recordSet.EOF()) { fields = recordSet.fields(); dateAttendance = fields.itemIdx(0).value(); // Дата визита recordSet.moveNext(); }