So, after I have been programming for about 3 months, I found myself in a situation where I would like to try to create an application for database windows that can be used by several users on my office network.
What I'm trying to do is create a simple property database for my small company, which can be accessed by half of a dozen employees.
The problem I am facing is that I am not sure that I am building the Windows application correctly to share one database on a server on our network. I created what I consider to be one user application with Express DB 2008. However, I am not sure if I can take this program and transfer it to a multi-user program.
I'm trying to find a quick guide, perhaps some tips and tricks on how to initially set up a project to properly deploy the project as a multi-user application. However, I could not find anything relevant.
I really have no problem re-creating the project from start to finish, as this is good practice, and I am sure that in many places I have inefficient code. I just need to start something.
All our machines use WinXP, and I am sure that we have SBS 08.
Noob thanks will be given to those who help and thank you for your time.
Edit: I am using Linq-to-Entities if that means anything.
source
share