Delphi7使用ADO直接连接Excel读取数据

我之前是连接成功的,现在不知道为什么怎样连都失败。最后才知道是Office版本的问题,office2007已经是基于xml的。和以前的不一样。

Excel2003的连接字符串:

'Provider=Microsoft.Jet.OLEDB.4.0;Password="";Data Source=' + sFileName + ';Extended Properties=Excel 8.0;Persist Security Info=True';

Excel2007的连接字符串:

'Provider=Microsoft.ACE.OLEDB.12.0;Password="";Data Source=' + sFileName+';Extended Properties=''Excel 12.0;IMEX=1;HDR=YES'';Persist Security Info=True;';

上一篇:OpenGL4.6+vs2017+CMake+Glad+Glfw-3.2.1+GLM随手记一发完整版OpenGL配置过程


下一篇:go generate命令有啥作用呢?