Open project

From TaskDepender
Jump to: navigation, search
(Implementation)
 
Line 1: Line 1:
''This page describes the method used by the [[Administration]] to start a new project.''
+
''This page describes the method to start a new project.''
  
 
== Description ==
 
== Description ==
Line 41: Line 41:
  
 
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]]
 
 
{| 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 || Missing project database.
 
|-
 
| ADMIN_FILE_LOCK || SQLITE_BUSY || The project file is locked.
 
|-
 
| ADMIN_READONLY || SQLITE_READONLY || The project file is readonly.
 
|-
 
| ADMIN_IOERR || SQLITE_IOERR || Some kind of disk I/O error occurred.
 
|-
 
| ADMIN_CORRUPT || SQLITE_CORRUPT || The project file disk image is malformed.
 
|-
 
| ADMIN_CANTOPEN || SQLITE_CANTOPEN || Unable to open the project file.
 
|-
 
| ADMIN_NOTAPROJECT || SQLITE_NOTADB || File opened that is not a project file.
 
|}
 
 
 
The
 
  
 
== Design ==
 
== Design ==

Latest revision as of 09:47, 23 October 2011

Personal tools