| Delphi .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) |
EOleException with Delphi and Access
(2 votes). Leave comments and/ or rate it.
Question: I access a Microsoft Access from my Delphi 5 application and it throws an EOleException with this message:Either BOF or EOF is True, or the current record has been deleted. I am using the TADOTable to connect to Access. Answer: You need to upgrade your ADOExpress components from Borland's web site. You can get it here: |