|
-
Aug 2nd, 2011, 07:44 AM
#1
Thread Starter
New Member
Simple Inventory System connected to a network
Hello to all this is my first post. I am happy that there is a forum like this.
So as the title says, I am working on a Simple Inventory System connected to a network. This is an assignment at our school. How can I connect a certain form throughout a whole school? It goes like this, an office in the school requests an item from the property custodian, the request enters a database shared throughout the whole school's network. What can I do here? Just share the *.exe file throughout the network having a single database on the property custodian's PC? Thank you for replies and thoughts.
-
Aug 4th, 2011, 02:16 AM
#2
Re: Simple Inventory System connected to a network
In a 'real world' situation the DataBase would reside on a Server that was always available rather than on an individual's machine (what if ithe Custodian's machine wasn't powered on?). The installation files for the Program would be on a share that authorised persons could access in order to install the .exe etc onto their machines. (or it could be distribued on a CD or other mountable media) Note: Just 'sharing' the .exe is not recommended since there may be some dependencies, using a proper setup package is the best way to go (IMHO)
-
Aug 10th, 2011, 12:28 AM
#3
New Member
Re: Simple Inventory System connected to a network
 Originally Posted by Doogle
In a 'real world' situation the DataBase would reside on a Server that was always available rather than on an individual's machine (what if ithe Custodian's machine wasn't powered on?). The installation files for the Program would be on a share that authorised persons could access in order to install the .exe etc onto their machines. (or it could be distribued on a CD or other mountable media) Note: Just 'sharing' the .exe is not recommended since there may be some dependencies, using a proper setup package is the best way to go (IMHO)
I agree. The DB should be on a server that is always available. From there, you could have an application installed on each client PC which can manipulate the central database. You could also consider writing your application in ASP.NET deployed on IIS, then essentially all your client would need is an appropriate browser.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|