Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hey!

i'm working on a project for school. the project is in c#. it's suppose to be a small inventory management application based on windows and with an access database.
we want to make the app suitable for multiple computers (based on users).
the idea is to store the database on one of the computers that are in the network and through the other computers will have access to the database.
i'm having a real trouble with figuring out how to create that connection between the computers in the best way possible. i wouldn't mind some help with basic ways to work with an access database through a window application too.

any suggestions?
thanks!
Posted

1 solution

Have a look at the answer and comments to this link
is it neccesary to install Access on the target machine in C# project with an Access DB[^] - looks like someone doing a similar course!
For sample code and advice on working with access databases use the CodeProject search engine (top right) to search for "Access Database" and select "Articles" in the drop down ... there are too many to list here - go for the ones that have the most stars.
 
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