Board index » delphi » Either EOF or BOF is True -- Error in Delphi 6
Chris Cooper
![]() Delphi Developer |
Sun, 03 Oct 2004 23:56:43 GMT
Either EOF or BOF is True -- Error in Delphi 6I read though the previous issues on this error an found that Brian Bushay of (TeamB) said this would be fixed in Delphi 6. "Yes Delphi 6 will not have the BOF/EOF problem introduced by MDAC 2.6" Brian Bushay of (TeamB) I still get the error when I try to access a deleted record of an ADODataSet after turing Filtered on and setting FilterGroups = fgPendingRecords. I want to temporaraly undelete the current record so I can access the data values and then re-delete it from the record set. Here is a small snipit from my code...Please Help. {*** First check for deleted records ***} |