Hello,
Do you need to close the resultset or cursor when you use Try Catch ?
Example
Do you need to close the resultset or cursor when you use Try Catch ?
Example
Example:
Try
Dim RS As ResultSet =
Do While
Loop
RS.close
Catch
RS.close 'Is this neccesary?
End Try