为何出现Error Loading Midas.dll消息? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061216011749280.html
用Delphi 7的dbExpress组件做。
建立一个TSQLConnection组件A,设置好参数后,正常连接SQL Server数据库,并设置Active为True.
再建立一个TSimpleDataSet组件B,设置Connection为A,在B中的DataSet\CommanText添加select * from detail,并将CommanType设置为ctQuery。
然后将B中的Active属性设置为True,这时就出现“Error Loading Midas.dll”的信息,是什么原因呢?