DelphiFAQ Home Search:
General :: Programming :: Delphi :: Database
Database development with Delphi. Includes issues with BDE, ADO and InterBase.

Articles:

This list is sorted by recent document popularity (not total page views).
New documents will first appear at the bottom.

This is the FULL list of all articles in this category.

Featured Article

Object of Interest not Found

Question:
What does BDE error 34 (0022 hex) aka 'Object of Interest not Found' mean?

Answer:
Here is a list of possible explanations for this situation:


  8705 : $2201 : At beginning of table. 
  8706 : $2202 : At end of table. 
  8707 : $2203 : Record moved because key value changed. 
  8708 : $2204 : Record/Key deleted. 
  8709 : $2205 : No current record. 
  8710 : $2206 : Could not find record. 
  8711 : $2207 : End of BLOB. 
  8712 : $2208 : Could not find object. 
  8713 : $2209 : Could not find family member. 
  8714 : $220A : BLOB file is missing. 
  8715 : $220B : Could not find language driver.