Click here to Skip to main content
15,902,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created a sofware to register students, subjects and their notes if they past the examination.
I used text files to store the data (three text files).
Also i Created four forms like following:

<img src="http://i444.photobucket.com/albums/qq165/dr_iton/DRITONGASHI-PC/paneli.jpg" border="0" alt=" photo paneli.jpg"/>

<img src="http://i444.photobucket.com/albums/qq165/dr_iton/DRITONGASHI-PC/studentet.jpg" border="0" alt=" photo studentet.jpg"/>

<img src="http://i444.photobucket.com/albums/qq165/dr_iton/DRITONGASHI-PC/lendet.jpg" border="0" alt=" photo lendet.jpg"/>

<img src="http://i444.photobucket.com/albums/qq165/dr_iton/DRITONGASHI-PC/vleresimet.jpg" border="0" alt=" photo vleresimet.jpg"/>

The program it works perfect, but now i have to separate the program in Server and Client. I know that the text files i nedd to save ate the Server Folder.
Do I have to create three last forms in a Client side or is there any procedure that I need to follow.

Thank you in advance for your reply.
Posted
Comments
Hariharan Arunachalam 27-Jan-13 16:56pm    
Are there multiple students? If so how do you plan to separate the information for each of them?
In a client/server architecture, you can choose to store local data at the client and the authentication at the server. (especially if you plan on using text files), else I'd suggest changing your approach to a database model. I only have a slight understanding of your problem, but I appreciate the fact that YOU ARE TRYING, so I'll help in anyway I can-just give me some context.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900