In vb.net I am using password protected database with following connection string
connetionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\vai\vaiDB.mdb;Jet OLEDB:Database Password=secret;"
Database access works fine on the development machine.
But when i copy the exe and the database file on the user machine