冷清溪慕寻城小说目录:VB定义的这几个类型是什么意思?

来源:百度文库 编辑:神马品牌网 时间:2024/05/16 15:31:56
Dim db As Database
Dim qdef As QueryDef
Dim td As TableDef

Database QueryDef TableDef 这三个什么意思?谢谢啊!
我要的不是直接F1,能不能大概用中文讲解下,谢谢啊!

1:A Database object represents an open database.

2:A QueryDef object is a stored definition of a query in a Microsoft Jet database, or a temporary definition of a query in an ODBCDirect workspace.

3.A TableDef object represents the stored definition of a base table or a linked table (Microsoft Jet workspaces only).

ding