try:
VB Code:
  1. vConnection.Close
  2. vConnection.Dispose()
  3. vConnection = Nothing
Think it's the .Close bit that you need.

Woof