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:
Where can I check why it is doing this. Many thanks.Code:Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\demo\demo.accdb.


Reply With Quote
