上古卷轴5痛苦表情:VB定义的这几个类型是什么意思?

来源:百度文库 编辑:中科新闻网 时间:2024/07/04 05:59:55
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