I have a database that works fine when not yet published, I connect this way:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Network_Info.mdb"
But when I publish my project my application can't find my database and I always get an error. Any solution to this matter?
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Network_Info.mdb"
But when I publish my project my application can't find my database and I always get an error. Any solution to this matter?