Build referencing wrong databse
Just a general question. In my settings, I am using a databse called demo.accdb which is in a folder 'demo'. However, when I build my project, it is referencing demo.mdb which is an entirely different database in a different folder. I have checked app.config & settings.settings and they are referencing the correct file.
In my settings tab it is set as:
Code:
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\demo\demo.accdb.
Where can I check why it is doing this. Many thanks.
Re: Build referencing wrong databse
My guess would be that your not using that connection string when your retrieving your data. Post the code your using to retrieve and save the data.