Which of the following is appropriate for closing an ADO connection or are both equivalent?

1.
MyConnection.close
Set MyConnection=Nothing

2.
Set MyConnection=Nothing