| Delphi .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) New related comments Number of comments in the last 48 hours Access a password-saved paradox database without knowing the password |
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: |