Transfer data to SQL Server from SPC-Light with Excel macros

公司的QA检测软件SPC-Light,需要从其中读取一些信息至SQL Server数据库,储存或是做其它分析。

先是在Excel的VBE的工具中,引入一个组件Microsoft ActiveX Data Object 2.8 Library:
Transfer data to SQL Server from SPC-Light with Excel macros_第1张图片


下面是读取var至SQL:
Transfer data to SQL Server from SPC-Light with Excel macros_第2张图片


你可能感兴趣的:(sql,server)