OpenDatabaseTable (Opus Funktion)
Beschreibung¶
Diese Funktion stellt eine Tabellenverbindung her.
Argumente¶
| Name | Typ | Beschreibung |
|---|---|---|
| [string](../../standard-datentypen/string.md) | [Short Code](http://manuals.swissmains.com/) | |
| [string](../../standard-datentypen/string.md) | TableName | |
| [string](../../standard-datentypen/string.md) | ID Field Name | |
| [string](../../standard-datentypen/string.md) | SQL Statement or "" | |
| [integer](../../standard-datentypen/integer.md) | Cache Level | NoCache | 0 | Every Field will be directly read from database | | --- | --- | --- | | FullCache | 1 | The full Table (or SQL) will be cached | | RowCache | 2 | Only one row at once will be cached, repetitive reads on the same row will not initiate a database access | | ReadOnly | 3 | Non-writable SQL view. The dataset will be cached completely | |
Rückgabewert¶
keine