T_DBConfig_Odbc
Describes the database configuration structure for a database with ODBC interface.
Syntax
Definition:
TYPE T_DBConfig_NET_MySQL
STRUCT
eOdbcSubType: E_OdbcSubType
nParameterCount: UINT;
arrParameter: ARRAY [0..MAX_CONFIGPARAMETER] OF ST_ConnStringParameter;
END_STRUCT
END_TYPE
Parameter
Name | Type | Description |
---|---|---|
eOdbcSubType | Describes an ODBC database that is supported with full functionality. | |
nParameterCount | UINT | Number of parameters for the connection strings |
arrParameter | ARRAY [0..MAX_CONFIGPARAMETER] OF ST_ConnStringParameter; | Array of parameters for the connection string of type ST_ConnStringParameter. |
Requirements
Development environment |
Target platform |
PLC libraries to be linked |
---|---|---|
TwinCAT v3.1 Build 4020.10 |
PC or CX (x86) |
Tc3_Database |