Click to See Complete Forum and Search --> : What is the use of creating Workspace / rdoEnvironment?


muralirajan
August 11th, 1999, 07:13 AM
Since we can create DAO / RDO objects without or with default Workspace / rdoEnvironment, what is the specific use or advantage of creating Workspace / rdoEnvironment?


muralirajan

Lothar Haensler
August 11th, 1999, 07:17 AM
In most cases, you don't need to create a separate workspace. You can use the default workspace, that is automatically created.
Some methods affect all objects within a Workspace.
E.g. the Begintrans method of the rdoEnvironment object affects all connections within that environment.