回 帖 发 新 帖 刷新版面

主题:在程序中如何打开表?

在程序中已将路径写全了,但还是出现打开文件框,而且已在工具文件位置搜索的默认位置设定,请问要如何处理?

回复列表 (共1个回复)

沙发

我经常的做法是:
在主程序里加一个打开所有表的程序文件。如:
if not dbused("dbmain")&&打开数据库
open database dbmain exclusive
endif
set database to dbmain
if not used("tbloperator")&&打开表
use tbloperator alias tbloperator in 0
endif 
select tbloperator
set deleted on
........

我来回复

您尚未登录,请登录后再回复。点此登录或注册