EpicGlobalWeb
New member
- Joined
- Jan 24, 2016
- Messages
- 467
- Points
- 0
Question:
Is it a poor design to access, with one user, multiple databases to output content from a database on one page?
Plan is to:
1. Call a user
2. Connect to database
3. Echo out the content
4. Close the connection
5. Connect to another database with same user
6. Output content again
And repeat this process with about 10 different databases.
Is it a poor design to access, with one user, multiple databases to output content from a database on one page?
Plan is to:
1. Call a user
2. Connect to database
3. Echo out the content
4. Close the connection
5. Connect to another database with same user
6. Output content again
And repeat this process with about 10 different databases.