T_DBConfig_SQLite
Describes the database configuration structure for an SQLite database.
Syntax
Definition:
TYPE T_DBConfig_SQLite
STRUCT
sServer: T_MaxString;
sPassword: T_MaxString;
bAuthentification: BOOL;
END_STRUCT
END_TYPE
Parameter
Name | Type | Description |
---|---|---|
sServer | T_MaxString | Path to the SQLite file |
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 |