错误提示:table does not exist.
 File or directory does not exist.
 File :d:\数据库\customer_org.db
 File :d:\数据库\customer_org.dbf
 File :d:\数据库\customer_org.txt
 File :d:\数据库\customer_org
我的数据库目录下确实有customer_org.db啊,我运行程序别的地方(也需要这些数据库表)怎么没事啊。
另外我的sql语句是
strSQL2 :='select customer_org.customer_id,sum(Saleslog.income) as 用  
            邮 from  customer_org,Saleslog,pst'
           + ' where  Saleslog.customer_id=customer_org.customer_id and 
               customer_org.pst_id=pst.pst_id  ';