Example:
VB Code:
Private Sub Display() Dim rs As New ADODB.Recordset . . . . 'Set rs = Nothing End Sub
Some said that rs will be set to Nothing automatically by Vb, but some said that it won't. How it was? How can i know whether it is set to Nothing automatically? Is there any example to test it?




Reply With Quote