Click here to Skip to main content
15,887,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
please help me guys..

i'm creating a inventory system for us to have easy way of collecting computer specs ..we want to access it thru our server and we want to access it anywhere in the office using my program in vb.net that is connected in a database MS access
Posted

1 solution

OK, since you're using an Access database, you have to put it on a share and give everyone read AND write permissions to the share.

Your connection string has to be modified to point to the database file in this share (preferably a UNC path and not a mapped drive letter!!)

Access is not the most secure thing to use. You'd be better off scrapping it and going with a real SQL Server.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900