panzhiwenwen 发表于 2016-3-4 15:48:43

导入Excel数据出现警告,求解答

编辑File模块的的Recordset时出现警告,如下:
could not open connection to date source using Operating System File Name or Connection string.
ADO Error Description:未找到提供程序。该程序可能未正确安装。
求前辈解答。

asax 发表于 2016-3-4 20:43:39

这个通常是由于路径设置错了的缘故哦,但是具体原因就根据这一句很难确定,最好能附上你的文件。

另外,读取excel的时候注意要先为读取区域命名,并在file里面著名读取区域名称,才能成功读取。

另附小栗子一枚。

panzhiwenwen 发表于 2016-3-6 22:25:02

asax 发表于 2016-3-4 20:43 static/image/common/back.gif
这个通常是由于路径设置错了的缘故哦,但是具体原因就根据这一句很难确定,最好能附上你的文件。

另外,读 ...

你好,我出现的问题和具体的例子没有关系,就是在编辑file时点击recordsets时就会出现我所说的那个对话框,另外我的版本是14.7的,运行不了你的例子,但是编辑你的那个例子的file时也会出现上述问题,谢谢

asax 发表于 2016-3-7 13:47:52

本帖最后由 asax 于 2016-3-7 13:52 编辑

panzhiwenwen 发表于 2016-3-6 22:25 static/image/common/back.gif
你好,我出现的问题和具体的例子没有关系,就是在编辑file时点击recordsets时就会出现我所说的那个对话框 ...

请将你遇到问题的文件发上来,错误信息就一条,有可能导致错误的原因不止一种。

如果你能确定操作上没有出错,我建议重装Arena。

sunjay 发表于 2016-4-22 04:55:53

asax 发表于 2016-3-4 20:43 static/image/common/back.gif
这个通常是由于路径设置错了的缘故哦,但是具体原因就根据这一句很难确定,最好能附上你的文件。

另外,读 ...

您好可否留下联系方式。有一些小问题请教。
或者您加我也可以。771462070感激不尽

L_zr. 发表于 2016-5-23 01:20:51

arena对office的支持貌似直到2007,你得使用07版的office,不然没有办法使用ActiveX

yangnan0312 发表于 2016-6-24 10:48:01

14.7支持Office少一个插件。下载安装即可。
http://www.microsoft.com/download/en/confirmation.aspx?id=23734
——————————————————————————————————————————————————
Cause:                                                
The cause of the is the “Microsoft.ACE.OLEDB.12.0” data provider for 32 bit access is not included in the Office 2010 64 bit install or the AccessDatabaseEngine_x64.exe redistributable for Office 2010.

Resolution:
The issue can be resolved by installing the AccessDatabaseEngine.exe redistributable for Office 2007.The redistributable can be found at the following link:   http://www.microsoft.com/download/en/confirmation.aspx?id=23734

This redistributable will likely be included in a future release of Arena.
页: [1]
查看完整版本: 导入Excel数据出现警告,求解答