Link to home
Start Free TrialLog in
Avatar of agustinus
agustinus

asked on

TAdoTable problem

I'm trying to program database application with delphi. I'm using Access 2000 as database and open it with TAdoConnection. Database provider is Microsoft Jet Ole DB 4. I'm using TAdoTable to open the table. I use client-side cursor and ctstatic cursor type.

My problem is, if I'm closing the TADOTable when the table is empty, It creates an error. The error is:

EOleException
Either BOF or EOF is true or the current record has been deleted. Requested operation requires a current record.

Why is this happenning and how to handle it? Thank you.
ASKER CERTIFIED SOLUTION
Avatar of kretzschmar
kretzschmar
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rmaranhao
rmaranhao

That's it.

Apply the update and your problem is gone....