Deployment problem with database

DaveP

Member
Joined
Jan 24, 2008
Messages
12
Programming Experience
1-3
I have written a small application for internal use, to pop up a telephone list.
The application fills a datagridview from an Access file on our central server which everyone connects to in the same way ie L:\companyname\phonelist.mdb On most machines I was able to just launch the .exe and it works fine. But some, particularly 64bit machines it didnt, even when I ran the click once deployment. I suspect that it is because they dont have access installed.

Are there some references I should have added before deployment, if so can anyone tell me what they should be.

my connection string is
Provider=Microsoft.Jet.OLEDB.4.0;Data Source="L:\companyname\phonelist.mdb"
 
Back
Top