Hi,
I am just wondering why you should dispose of any objects that are no longer in use. Does it free up memory or is it just good practice.
The same question applies to db connections. I can see how leaving a databse open could lock out other users, but for an app where only 1 person will be using the database at a time, is it necessary.
Thanks
Steve
I am just wondering why you should dispose of any objects that are no longer in use. Does it free up memory or is it just good practice.
The same question applies to db connections. I can see how leaving a databse open could lock out other users, but for an app where only 1 person will be using the database at a time, is it necessary.
Thanks
Steve