I am still trying to connect my Adodc1 control to the database file that is in the same folder as my executable file. I want to be able to burn the program onto a disk and make it work.
I have this code and it does not work.

Dim dbName As String

dbName = App.Path & "\NameandPassords.mdb"
adoNamesAndPasswordsDatabase.ConnectionString = App.Path & "\NameandPassords.mdb"