SQLite Errors¶
DataFlex Reports makes use of SQLite for the following purposes:
- Translation; strings loaded from
language.db - Label definitions; loaded from
dr.db - ELF function definitions; loaded from
dr.db - RDS data; in memory via the TableData method (Windows: TableData; Web: TableData)
When SQLite generates errors, these can be presented to the report designer or user. The following errors are common:
| Error# | Text |
|---|---|
| 1 | No such column |