to wuwzy and glink:谢谢二位的回答,那问提好了,可有出现了
"exception edbengineerror in module *.exe at 000a7342.
an error occurred while attemting to initialize the borland database engine",why?还请多多指教!
采用部分安装BDE,设计不当时会出现以上问题,我也解决不好,现在我一直都用如下方法:
1。设计好软件。其中加上以下代码:
with customerTabledo
begin
DatabaseName:=ExtractFileDir(Application.Exename)+'/数据库';
tableName:='customer.db';
if active=false then
active:=true;
end;