Open project

From TaskDepender
Jump to: navigation, search
(Implementation)
(Implementation)
Line 42: Line 42:
 
The following table converts the possible SQLITE error-codes into error-codes for the [[Administration]]
 
The following table converts the possible SQLITE error-codes into error-codes for the [[Administration]]
  
#define SQLITE_OK           0  /* Successful result */
+
 
#define SQLITE_ERROR       1  /* SQL error or missing database */
+
{| valign="top" border="1" cellpadding="3" cellspacing="0"
 +
|- style="color:white; background-color:#000000;" |
 +
| '''Define''' || '''SQLite''' || '''Description'''
 +
|-
 +
| ADMIN_OK || SQLITE_OK || Successful result.
 +
|-
 +
| ADMIN_ERROR || SQLITE_ERROR || SQL error or missing database */
 
#define SQLITE_PERM        3  /* Access permission denied */
 
#define SQLITE_PERM        3  /* Access permission denied */
 
#define SQLITE_BUSY        5  /* The database file is locked */
 
#define SQLITE_BUSY        5  /* The database file is locked */
Line 55: Line 61:
 
/* end-of-error-codes */
 
/* end-of-error-codes */
  
 +
 +
|}
  
  

Revision as of 20:50, 1 October 2011