My database is installed in the Application Data folder, how do i add that location to my database connection string?

Code:
Friend DBConnectstrings = "Provider=Microsoft.Jet.Oledb.4.0;Data Source=????\database.mdb;Jet OLEDB:Database Password=123456789;"
Code:
Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData)