Board index » delphi » Problem with ADOQuery
news.tel.hr
![]() Delphi Developer |
Mon, 04 Apr 2005 23:50:31 GMT
Problem with ADOQuery
Hello everybody,
One error message in my application occur and I can't find a solution. I use event OnChangeComboBox to find records in database according some conditions. Everything is OK until my SQL Query don't return me empty set of records.. In such kind of case I get error like (just on line "ADOQ1.Close;"): Project Project1 raised exception class EOleException with msg 'Either BOF or EOF is True, or the current record has been deleted.... I use the next code: procedure TfrmMain.cbListChange(Sender: TObject); I would be thankful for every kind of help, |