LIMN DOS Problems
Home Contents Search

Up
Btree Errors
I/O Errors
Run Time Errors
Login Problems
Interface Problems

 

   BTVERROR.jpg (72728 bytes)     Btree Error Messages

Btree errors look similar to the screen above.  They are generated in response to a database error by the Btrieve Database Manager.

   ioerror.jpg (40495 bytes)     I/O Error Messages

I/O errors are often hard to see.  They appear a white text somewhere on your screen below wherever the cursor was positioned at the time of the error.  

They look a lot like Run-time Error messages except that the first line says I/O  Error xx,   PC=nnnn 

They are usually generated because some sort of input/output error.  This means that the system was trying to send something to or get something from a file or output device like a printer.

   RTERROR.jpg (75335 bytes)     Run-Time Error Messages

Run-Time errors are often hard to see.  They appear a white text somewhere on your screen below wherever the cursor was positioned at the time of the error.  

They look a lot like I/O Error messages except that the first line says Run-time Error xx ,   PC=nnnn 

They are usually generated because of a math error, a memory error or because some part of the program that was expected to be there was not.