我的代码如下,在数据模块Create时
self.aCnn.ConnectionString := 'Provider=Microsoft.Jet.OLEDB.4.0;'
                        +'Data Source=D:\YzhPro\InfoGethor\InfGethor.mdb;'
                        +'Persist Security Info=False;'
                        +'jet oledb: database password=password';
  self.aCnn.Open;
提示信息说“找不到可安装的ISAM”,似乎是个OLESYSTEM错。
请多多指教,谢谢先