Dbonerror()

From Recital Documentation Wiki
Revision as of 10:13, 2 April 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PURPOSE

enable/disable recovery from I/O errors


SYNOPSIS

  1. include "dbl.h"

int dbonerror(mode)

<input parameters> int mode; /* 0 disables and 1 enables */

<output parameters> none

</code>


RETURN VALUE

The dbonerror() function has no return values.


DESCRIPTION

This function enables recovery from I/O errors in all of the RECITAL/Library functions. By disabling error checking, the Library function calls operate faster.


EXAMPLE

The following example disables recovery from I/O errors.

#include "dbl.h"
 
	dbonerror(0);


SEE ALSO

dbopen()