Puoi anche fare una verifica dell'esistenza del Db con:
Imports system.IO

if file.exists("percorsoDataBase") = False then
msgbox("il Db non esiste")
exit sub
else
connection.open()
end if