AdoDataSet with Access DB D5 And Xp.
2003-12-13 12:22:36 AM
delphi262
Hi,
When I am trying to fetch rows from the db with select statment and the
result is empty I can not close the dataset and i get this EOleException:
" Either BOF or EOF is True, ot the current record has been deleted.
Requested operation requires a current record"
all i did was:
AdoDataSet.Open;
AdoDataSet.Close;
anyone has any idea?