Skip to content

Create Data Table

Create an SQLite database table with a custom structure.

Parameter Description

Calculation Parameters

ParameterRangeDefaultDescriptionDiagram
Data Table NameName of the data table to be created

Table Design

Note

  1. Index values 0-2 are fixed and cannot be changed. Starting from the third row, names can be customized.
ParameterRangeDefaultDescriptionDiagram
Index
Namecolumn0Column name in the table
TypeDisplays the SQLite data type of this column

Troubleshooting

IndexError MessageRelated ParameterSolution
1Parameter "xxx" cannot be empty.Parameter NameEnter the xxx parameter.
2Table "xxx" already exists.Table NameDelete the existing data table or change the name of the table to be created.
3Invalid SQL statement: xxx.Error MessageCheck the parameter settings in Table Design.
4The data table must be created in the currently opened project.The data table is created in the current project directory. You must save the project as a project file before creating a data table.

Vision Studio