Posts: 25
Threads: 4
Joined: Apr 2010
Reputation:
0
That way I'm getting three databases. That is something I don't want.
I want everything in one sql database.
I'll try and see what I can think of.
Regards
Posts: 181
Threads: 23
Joined: Feb 2010
Reputation:
0
As you can see in the inc/inc.Settings.php the system can be connect to a DB on another host, then you can install letDMS on more then one server all connected to a single DB.
Posts: 25
Threads: 4
Joined: Apr 2010
Reputation:
0
05-05-2010, 04:27 PM
(This post was last modified: 05-05-2010, 04:30 PM by dzingis.)
What I want to accomplish is:
Create directory structure for Comapny1
Root-folder
.......Company1
.............SubFolder1
.............SubFolder2
....................SubFolder2.1
etc...
That directory structure (over 300 directories) is exactly the same for all 3 companies that should reside on that single server.
My question is:
Is it possible to copy that directory structure (using TSQL and copy command) to other two companies so the structure look like:
Root-folder
.......Company1
.............SubFolder1
.............SubFolder2
....................SubFolder2.1
.......Company2
.............SubFolder1
.............SubFolder2
....................SubFolder2.1
.......Company2
.............SubFolder1
.............SubFolder2
....................SubFolder2.1
Thx