Hey im creating a small "inventory" application. But say If i were to distribute this to a warehouse company, they would in theory need two programs running. One in the back recieving area, and one in the front service desk. So they can both look at items, change them, and delete them.

For my app, all i did was right click and add a mdf db. For me to have the two programs share the db, I'll need to put a DB on a networked computer in the warehouse. Then I would need to edit my connection String.

Is that all there is to it?