Re: EOleException closing ADOQuery



Francisco Alvarado schrieb:


and close and open the query to get the new record, I get a "EOleException
because either EOF and BOF were true, or the current record has been
deleted. Requested operation requires a current record."
The same error appears using the compiled application in different
environments.

There has been an ADO Update for D5 that fixes this.

Take a look at
http://info.borland.com/devsupport/delphi/mdac26.html

The link to the fix seems to be dead, though.


--
Ralf Jansen

deepinvent Software GmbH - Viersen, Germany - http://www.deepinvent.com
Archiving E-mails with MailStore: http://www.mailstore.com


.



Relevant Pages

  • Re: TADOTable
    ... >>'Either BOF or EOF is true, or the current record has been deleted. ... >>Requested operation requires a current record' ... THINK it is a coding problem). ...
    (borland.public.delphi.database.ado)
  • RE: Continuous forms - add data between two dates
    ... "Error Number 3021, Either BOF or EOF is True, or the current record has ... Requested operation has been deleted." ... Prev by Date: ...
    (microsoft.public.access.formscoding)
  • Re: TADODataset with SQL Server 7 and Delphi 6
    ... >"Project X.exe raised exception class EOleException with message 'Either BOF ... >or EOF is True, or the current record has been deleted. ... Requested operation ... If it only happens when you run from inside the IDE ignore it. ...
    (borland.public.delphi.database.ado)
  • Re: Retriving data from Database
    ... Have done the correction and now get this error.don,t know what to do ... Either BOF or EOF is True, or the current record has been deleted. ... Requested operation requires a current record. ...
    (microsoft.public.inetserver.asp.general)
  • Re: Testing for Empty Recordset
    ... With an empty recordset I get .BOF as false and .EOF as false on ... Dim rs As Recordset ...
    (comp.databases.ms-access)