Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>the library error codes</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                   THE LIBRARY ERROR CODES


ERR5000   Memory Error
   An error occurred allocating memory.  Some functions require
   additional memory to be grabbed at run time.  If you have the option
   to specify the amount of memory to be grabbed as one of the
   parameters, try reducing this value.

   One problem could be if you are using the SQLBase API and you have
   called either S_SETBUFER() or S_SETBIND() which allocate memory but do
   not release it.  You should make a corresponding call to S_CLRBUFER()
   or S_CLRBIND() to release the memory.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson