OpenDatabaseTable (Opus Funktion)
Beschreibung
Diese Funktion stellt eine Tabellenverbindung her.
Argumente
| Name | Typ | Beschreibung |
|---|
| | string | Short Code |
| | string | TableName |
| | string | ID Field Name |
| | string | SQL Statement or "" |
| | integer | 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
Beispiel
Siehe auch