|
-
January 24th, 2000, 03:44 PM
#1
Classes / Objects
I have a question about the following code
'globa variable
dim g_rcRecordSet as ADODB.Recordset
'button click
set g_rcRecordSet = getRecordsetFromDatabase()
set g_rcRecordSet = getAnotherRecordsetFromDatabase()
now once i call the getanother function... will that be a memory leak since i didn't set it to nothing before i called the function?
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
|