Navigation:  DAO Object Classes > DaoTableDef Class >

DaoTableDef:Attributes Access/Assign

Previous pageReturn to chapter overviewNext page

Purpose

A long value that describes the miscellaneous characteristics of a TableDef object

 

Attributes can be a combination of these constants.

ConstantDescription
dbAttachExclusiveFor databases that use the Microsoft Jet database engine, the table is a linked table opened for exclusive use. You can set this constant on an appended TableDef object for a local table, but not on a remote table.
dbAttachSavePWDFor databases that use the Microsoft Jet database engine, the user ID and password for the remotely linked table are saved with the connection information. You can set this constant on an appended TableDef object for a remote table, but not on a local table.
dbSystemObjectThe table is a system table provided by the Microsoft Jet database engine. You can set this constant on an appended TableDef object.
dbHiddenObjectThe table is a hidden table provided by the Microsoft Jet database engine. You can set this constant on an appended TableDef object.
dbAttachedTableThe table is a linked table from a non-ODBC data source such as a Microsoft Jet or Paradox database (read-only).
dbAttachedODBCThe table is a linked table from an ODBC data source, such as Microsoft SQL Server (read-only).

 

Class

DaoTableDef