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

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

关于Labwindows连接数据库的问题

请问要在labwindows下调用access2000数据库,除了使用sql toolkit还有别的方法吗??这个包需要1000美圆,穷哦
 
0 项奖励
1 条消息(共 2 条)
4,053 次查看
You can use ADO through ActiveX.
1) Go to Tools->Create ActiveX Controller and create an instrument driver to control "Microsoft ActiveX Data Objects".
2) Use this instrument driver to open your database and read it through ADO. Microsoft documents how to program with ADO through ActiveX so you can consult MSDN and their API documentation for help.
0 项奖励
2 条消息(共 2 条)
4,039 次查看