 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Mohammad Khorsandi Guest
|
Posted: Mon May 14, 2007 9:32 pm Post subject: Either BOF or EOF is True... |
|
|
Hi,
How can I solve this problem in Delphi 2007:
"Either BOF or EOF is True, or the current record has been deleted"
thanks. |
|
| Back to top |
|
 |
Luka Guest
|
Posted: Wed May 16, 2007 3:03 pm Post subject: Re: Either BOF or EOF is True... |
|
|
if adoquery.recordset.RecordCount>0 then
begin
adoquery.Recordset.MoveFirst;
while not adoquery.recordset.Eof do
begin
...
...
adoquery.Recordset.MoveNext;
end;
end;
"Mohammad Khorsandi" <no.mail.no.spam (AT) no (DOT) mail.no.spam> wrote in message
news:46488c48 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi,
How can I solve this problem in Delphi 2007:
"Either BOF or EOF is True, or the current record has been deleted"
thanks. |
|
|
| 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
|
|