ACE oleDb drivers unable to handle huge excel files

廉价感情. 提交于 2019-12-06 07:53:26

You are using ACE so i assume it is a 32bit platflorm. Win2k3?

Have you tried it with the /3GB switch in boot.ini?

The virtual address space of processes and applications is still limited to 2 GB unless the /3GB switch is used in the Boot.ini file. http://www.microsoft.com/whdc/system/platform/server/pae/paemem.mspx

With /3GB you get one GB extra which might just do the trick?

read this article

http://office.microsoft.com/en-us/excel-help/excel-specifications-and-limits-HP010073849.aspx

maybe your file has more then 1,048,576 rows by 16,384 columns?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!