Purpose
A Database object represents an open database.
Accesses/Assigns
Connect | Sets or returns a value providing information about a data source. |
Containers | Collection of Container objects in this database |
Name | The name of this object |
QueryDefs | Collection of QueryDef objects for this database |
QueryTimeout | Number of seconds before timeout occurs when executing an ODBC query |
Recordsets | Collection of recordset objects open in this database |
Relations | Collection of Relation objects for this database |
ReplicaID | Returns a unique identifier for a replica. |
TableDefs | (Default) Collection of all Tabledef objects in this database |
Transactions | Indicates whether the Database supports transactions |
Updatable | Indicates whether the database can be modified |
Version | Data format version of the open database |
Methods
Close | Close the Database object and everything it contains |
MakeReplica | Makes a new replica based on the current replicable database |
NewPassword | Changes the password of an existing database |
Inherits from
See Also
Example
Database sample