T_DBConfig_MsCompactSQL

Beschreibt die Datenbankkonfigurationsstruktur für eine Microsoft Compact SQL Datenbank.

Syntax

Definition:

TYPE T_DBConfig_MsCompactSQL 
STRUCT
    sServer: T_MaxString;
    sPassword: T_MaxString;
    bAuthentification: BOOL;
END_STRUCT
END_TYPE

Parameter

Name

Typ

Beschreibung

sServer

T_MaxString

Dateipfad zur Microsoft Compact SQL (*.sdf)

sPassword

T_MaxString

Passwort für die Datenbank

bAuthentification

BOOL

TRUE, falls die Datenbank durch ein Passwort geschützt wird.

Voraussetzungen

Entwicklungsumgebung

Zielplattform

Einzubindende SPS Bibliotheken

TwinCAT v3.1 Build 4020.10

PC oder CX (x86)

Tc3_Database