T_DBConfig_MsCompactSQL

Describes the database configuration structure for a Microsoft Compact SQL database.

Syntax

Definition:

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

Parameter

Name

Type

Description

sServer

T_MaxString

Path to the Microsoft Compact SQL file (*.sdf)

sPassword

T_MaxString

Password for the database

bAuthentification

BOOL

TRUE if the database is password-protected.

Requirements

Development environment

Target platform

PLC libraries to be linked

TwinCAT v3.1 Build 4020.10

PC or CX (x86)

Tc3_Database