base table <DAO definition>

此頁(yè)沒(méi)有內(nèi)容條目
內(nèi)容

base table

A table in a Microsoft Jet database. A table defines the structure of a relational database, and is an object that stores data in records and fields. You can manipulate the structure of a base table by using the DAO objects or data definition SQL statements, and you can modify data in a base table by using Recordset objects or action queries.