T
tswhq
Unregistered / Unconfirmed
GUEST, unregistred user!
InputData.Close ;
InputData.ConnectionString :='Provider=MSDASQL.1;Persist Security Info=False;Data Source=dBASE Files;SourceDB='+ExtractFilePath(ShPath.Text);
InputData.CommandText :='Select * From '+ExtractFileName(ShPath.Text);
运行时报错dbc找不到 shpath/下的数据库文件???
InputData.ConnectionString :='Provider=MSDASQL.1;Persist Security Info=False;Data Source=dBASE Files;SourceDB='+ExtractFilePath(ShPath.Text);
InputData.CommandText :='Select * From '+ExtractFileName(ShPath.Text);
运行时报错dbc找不到 shpath/下的数据库文件???