T_DBConfig_MsExcel

Describes the database configuration structure for a Microsoft Excel file.

Syntax

Definition:

TYPE T_DBConfig_MsExcel
STRUCT
    sServer: T_MaxString;
    sProvider: T_MaxString;
END_STRUCT
END_TYPE

Parameter

Name

Type

Description

sServer

T_MaxString

Path to the Microsoft Excel file

sProvider

T_MaxString

"Microsoft.Jet.OLEDB.4.0" or "Microsoft.ACE.OLEDB.12.0"

Requirements

Development environment

Target platform

PLC libraries to be linked

TwinCAT v3.1 Build 4020.10

PC or CX (x86)

Tc3_Database