Name |
Returns |
Description |
---|---|---|
BeginTrans |
Begins a new transaction. |
|
Close |
Closes an open DAO object. |
|
CommitTrans |
Ends the transaction and saves the changes. |
|
CreateDatabase |
Creates a new Microsoft Jet database ( .mdb). |
|
CreateGroup |
Creates a new Group object. |
|
CreateUser |
Creates a new User object. |
|
OpenConnection |
Opens a connection to a database |
|
OpenDatabase |
Opens a specified database. |
|
Rollback |
Rolls back any changes since the last BeginTrans . |
Name |
Returns |
Description |
---|---|---|
Collection of Connection object. |
||
Collection of open Database object. Read-only. |
||
DefaultCursorDriver |
Long |
Selects the ODBC cursor library |
Collection of Group objects in a Workspace or User object. Read-only. |
||
IsolateODBCTrans |
Integer |
Sets or returns a value indicating whether multiple transactions are isolated. |
LoginTimeout |
Long |
Number of seconds allowed for logging in to an ODBC database |
Name |
String |
Returns the name of this object. |
Collection of Property object. Read- only. |
||
Type |
Long |
Type ( Field , Property .) Read-only. |
UserName |
String |
Sets or returns a user or group. |
Collection of User objects for a Workspace or Group object. Read-only. |