NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

在数据库中怎么生成新的表格

labview程序框图中,怎么创建新的表格,并插入新的列
0 项奖励
1 条消息(共 4 条)
3,717 次查看

您是指Table吗?

 

For table, data is of 2D string array. Therefore, all you need to know is how to build 2D sting array. With array functions, you are able to build/ initialize, insert/ replace, add/ delete, and index etc. data of a table. 

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
2 条消息(共 4 条)
3,701 次查看

我是想动态的在程序框图中用LABSQL这个工具包,在数据库中创建一个表,并在新建的表中插入相应列或值

0 项奖励
3 条消息(共 4 条)
3,698 次查看
Here it goes!
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
4 条消息(共 4 条)
3,695 次查看