i'm trying to access my database using app.config
and i have set my connection string like this:
connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\elina\Documents\Visual Studio 2010\Projects\Q2\Q2\DB.mdb"
if i run my project on another computer it wont work because of "Data source" that i have set
Comments
Leave a comment