Hello people, here is a question related to sharing of databse between two applications.
I am developing an application which has two parts:
1) Client Side. (Student)
2) Server Side. (Faculty, teacher)
What I want to accomplish is that if a teacher creates question paper the student should be able to give exam based on that question paper.
So, the initial idea that i came up with is sharing a common database which will be accessed by both teachers (for making question paper) and students (for giving exams).
I solicit your precious advice on this project.
Any Suggestions that might help in making this a success are welcomed.