以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [求助]  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=24756)

--  作者:rj118com
--  发布时间:2012/10/22 16:25:00
--  [求助]

在执行代码时  出现“找不到可安装的 ISAM 

 

.NET Framework 版本:2.0.50727.42
Foxtable 版本:2012.9.29.1
错误所在事件:
详细错误信息:
System.Data.OleDb.OleDbException: 找不到可安装的 ISAM。
   at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
   at System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
   at Foxtable.Merger.Merge()

 

这个要如何处理


--  作者:lin_hailun
--  发布时间:2012/10/22 16:43:00
--  
 数据源字符串拼错了?
--  作者:狐狸爸爸
--  发布时间:2012/10/22 16:45:00
--  

合并数据出错。

做个例子传上来看看。


--  作者:rj118com
--  发布时间:2012/10/22 16:50:00
--  

我已经解决了 :就是重新注册注册表:在“运行”输入“regsvr32 c:\\windows\\system32\\msexcl40.dll "就行了