CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    16

    What is the use of creating Workspace / rdoEnvironment?


    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

  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: What is the use of creating Workspace / rdoEnvironment?

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured