Results 1 to 5 of 5

Thread: Freeing dynamically allocated memory (RESOLVED)

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    Resolved Freeing dynamically allocated memory (RESOLVED)

    Hello everybody

    When I`m unloading dynamically allocated objetcs in memory I use the statements :

    Code:
    rsTexnikos.Close
    connbio_tech.Close
    where rsTexnikos is an ADODB.Recordset object and connbio_tech is an ADODB.Connection object. Do I need to do something else to successfully deallocate the memory? In some source code I was looking at the programmer used :

    Code:
    rsTexnikos = Nothing
    Is this necessary or just a precaution against untimely use of a reference?

    thx, in advance

    George Papadopoulos
    Last edited by divined; Apr 26th, 2005 at 03:00 AM.
    SteadFast!

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