I have a project with an access DB that I want to deploy. I have included the DB with the project and it gets included in the published folder but, when I install it on the other computer, the database is in some other folder. I have been tring to connect with this connection string.
"Provider=Micro soft.Jet.OLEDB. 4.0;data source=|DataDir ectory|\Databas e\Gymnasts.mdb; Persist Security Info=False"
But it does not find the DB. I also need to see if I can get it working on a PC that may not have MS Access on it.
I have also tried to use the Deploy packages but nothing ever happens. The only files in the debug folder I get is the .msi and .exe. I read that I should have 5 total not 2. (3 .exe, 1 .msi and 1 .ini )
Going a litte crazy
Any help would be great
Thanks
"Provider=Micro soft.Jet.OLEDB. 4.0;data source=|DataDir ectory|\Databas e\Gymnasts.mdb; Persist Security Info=False"
But it does not find the DB. I also need to see if I can get it working on a PC that may not have MS Access on it.
I have also tried to use the Deploy packages but nothing ever happens. The only files in the debug folder I get is the .msi and .exe. I read that I should have 5 total not 2. (3 .exe, 1 .msi and 1 .ini )
Going a litte crazy
Any help would be great
Thanks
Comment