Table Definition - Errors
Submitted by Synthetic Dreams on Fri, 08/15/2014 - 15:19
Field | Type | Read-only | Description |
---|---|---|---|
ID | Integer | Yes | Primary Key (unique ID) for row |
Date | Timestamp | Yes | Date/time the error occurred |
Error | Char | Yes | Error description and details |
Query | Char | Yes | SQL query that caused the error |
Usage Notes
- INSERT and DELETE statements may not be run against the 'Errors' table
- The 'Errors' table is automatically purged prior to executing UPDATE, INSERT, or DELETE statements. The table should be checked for error details immediately after an unsuccessful query fails to execute