Skip to main content
Skip table of contents

DBOpen()

DBOpen() – Tabelle öffnen

Die Funktion öffnet eine Tabelle.

Parameter

Beschreibung

aWorkArea:U

Nummer der BE-Datenbank

aTableName:C

Name der Tabelle; default = Leerstring

aConnection:O

Connection-Objekt; default = null();

Rückgabewert


Objekt - Geöffnete Tabelle

Beispiel

CODE
| oTable, cString |

oTable := DBOpen(waDAB000, 'C:\temp\test'),

DBEdit(oTable),
oTable:TEST := 12,
DBPost(oTable),


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.