CDaoWorkspace Members
Base Class Members
Data Members
Points to the underlying DAO workspace object. |
Construction
Constructs a workspace object. Afterwards, call Create or Open. |
Attributes
Returns a value that indicates whether multiple transactions that involve the same ODBC data source are isolated via forced multiple connections to the data source. |
|
Returns the user-defined name for the workspace object. |
|
Returns the user name specified when the workspace was created. This is the name of the workspace owner. |
|
Returns nonzero if the workspace is open. |
|
Specifies whether multiple transactions that involve the same ODBC data source are isolated by forcing multiple connections to the data source. |
Operations
Appends a newly created workspace to the database engine's Workspaces collection. |
|
Begins a new transaction, which applies to all databases open in the workspace. |
|
Closes the workspace and all of the objects it contains. Pending transactions are rolled back. |
|
Completes the current transaction and saves the changes. |
|
Compacts (or duplicates) a database. |
|
Creates a new DAO workspace object. |
|
Returns the number of DAO database objects in the workspace's Databases collection. |
|
Returns information about a specified DAO database defined in the workspace's Databases collection. |
|
Returns the number of DAO workspace objects in the database engine's Workspaces collection. |
|
Returns information about a specified DAO workspace defined in the database engine's Workspaces collection. |
|
Allows the database engine to perform background tasks. |
|
Explicitly opens a workspace object associated with DAO's default workspace. |
|
Attempts to repair a damaged database. |
|
Ends the current transaction and does not save the changes. |
Database Engine Properties
Returns the location of the Microsoft Jet database engine's initialization settings in the Windows registry. |
|
Returns the number of seconds before an error occurs when the user attempts to log in to an ODBC database. |
|
Returns a string that contains the version of the database engine associated with the workspace. |
|
Sets the password that the database engine uses when a workspace object is created without a specific password. |
|
Sets the user name that the database engine uses when a workspace object is created without a specific user name. |
|
Sets the location of the Microsoft Jet database engine's initialization settings in the Windows registry. |
|
Sets the number of seconds before an error occurs when the user attempts to log in to an ODBC data source. |