Results 1 to 2 of 2

Thread: Data Environment

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 1999
    Location
    Tiruppur, TamilNadu, India
    Posts
    7

    Post

    .How to close the Data Environment's Command Object at run time?
    How will the command Object of the Data Environment behaves? Whether it will
    be in memory throughout the execution of the application?
    MSDN does not deal Data Environment elaborately. If any one knows, please
    answer.
    Regards,
    Kalpana.

  2. #2
    New Member
    Join Date
    Aug 1999
    Location
    Reno,NV, USA
    Posts
    3

    Post

    I will usually set my data environment and recordsets after I am done using them to nothing.

    Set recordset = Nothing
    Set database = Nothing

    this seems to clear the memory. Although it all depends on how you are running your app.

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