Skip to main content
Skip table of contents

DBType()

DBType() – Typ des Datenbankfeldes

Die Funktion gibt den Typ eines Datenfeldes zurück.

Parameter

Beschreibung

aFieldName:C

Feldname

aTable:U

Bezugstabelle; default = Standard-Tabelle

Rückgabewert


Alphanumerisch - Datentyp des Feldes

Beispiel

CODE
| oDab000:DB := 'waDAB000' |

WriteLn(DBType('KDNR', oDAB000)),
WriteLn(DBType('PLZORT', oDAB000)),


JavaScript errors detected

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

If this problem persists, please contact our support.