ravenswood1000
Member
- Joined
- Aug 21, 2010
- Messages
- 8
- Programming Experience
- 10+
I'm trying to break a project up into smaller files that specialize on certain things rather than create one huge program that encompasses everything. For example I would like to create one program that deals with nothing but sales of a product, another that deals with nothing but utilities needed to create users, etc.
What I'd like to do is have all the various program use one common database and global variable file. Is there a good way of doing this? I know the most mentioned way to save configs is in the 'program settings' location but that does not work globally (at least I don't believe it works globally).
Thanks for any advice.
What I'd like to do is have all the various program use one common database and global variable file. Is there a good way of doing this? I know the most mentioned way to save configs is in the 'program settings' location but that does not work globally (at least I don't believe it works globally).
Thanks for any advice.