Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
I/O Related Error (BDE error message)
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Question:
What does BDE error 36 (0024 hex) aka 'I/O Related Error' mean?
Answer:
Here is a list of possible explanations for this situation:
9217 : $2401 : Read failure.
9218 : $2402 : Write failure.
9219 : $2403 : Cannot access directory.
9220 : $2404 : File Delete operation failed.
9221 : $2405 : Cannot access file.
9222 : $2406 : Access to table disabled because of previous error.
Comments:
|