|
-
Sep 2nd, 1999, 01:21 PM
#1
Thread Starter
New Member
.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.
-
Sep 2nd, 1999, 09:07 PM
#2
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|