CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Memory releasing

    For a local recordset variable within a function or procedure, how's its life scope? Is its memory released after the exiting the function like an auto variable?

    One more question: are there any visual basic code check software available like the codecheck for C/C++?

    Thank you


  2. #2
    Guest

    Re: Memory releasing

    It's alive within procedure, but it's a good practice to close it and set to Nothing explicitly
    Vlad


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