以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [求助]如何刷新外部表?  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=47045)

--  作者:czy66ds
--  发布时间:2014/3/3 22:42:00
--  [求助]如何刷新外部表?
在互联网上部署项目,如何及时刷新表数据?
--  作者:lsy
--  发布时间:2014/3/4 7:39:00
--  

在帮助中搜索AppendLoad 

 

Dim id As Integer = DataTables("表A").Compute("Max(_Identify)")
Dim
Filter As String = "[_Identify] > " & id
DataTables
("表A").AppendLoad(Filter, False
)


--  作者:czy66ds
--  发布时间:2014/3/4 10:15:00
--  
告诉我一个用于搜索的关键字就是最好的帮助,谢谢。