---
title: "OpenDatabaseTable (Opus Funktion)"
---
### Beschreibung

Diese Funktion stellt eine Tabellenverbindung her.

### Argumente

<table>
<tr>
<th markdown="block">

Name

</th>
<th markdown="block">

Typ

</th>
<th markdown="block">

Beschreibung

</th>
</tr>
<tr>
<td markdown="block">

</td>
<td markdown="block">

[string](../../standard-datentypen/string.md)

</td>
<td markdown="block">

[Short Code](http://manuals.swissmains.com/)

</td>
</tr>
<tr>
<td markdown="block" colspan="1">

</td>
<td markdown="block" colspan="1">

[string](../../standard-datentypen/string.md)

</td>
<td markdown="block" colspan="1">

TableName

</td>
</tr>
<tr>
<td markdown="block" colspan="1">

</td>
<td markdown="block" colspan="1">

[string](../../standard-datentypen/string.md)

</td>
<td markdown="block" colspan="1">

ID Field Name

</td>
</tr>
<tr>
<td markdown="block" colspan="1">

</td>
<td markdown="block" colspan="1">

[string](../../standard-datentypen/string.md)

</td>
<td markdown="block" colspan="1">

SQL Statement or ""

</td>
</tr>
<tr>
<td markdown="block" colspan="1">

</td>
<td markdown="block" colspan="1">

[integer](../../standard-datentypen/integer.md)

</td>
<td markdown="block" colspan="1">

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 |

</td>
</tr>
</table>

### Rückgabewert

keine

### Beispiel

```
xxx
```

### Siehe auch

---
