Hi everybody,
I am creating an application that will update a database (text file). The database file will be located on a server and has to be accessible by everybody accross the network.
I am a beginner, and my solution was to update the file when the user fills the form. The program would then read the fields of the form, save it to a link list and write it to a file. I am pretty sure this not the right way to do it so I am asking for better solutions =). I havent figured out a way for the other users of the network to be notified when the text file is updated.
I heard of JDBC and I dont really know what it is but would that be the best solution for my program? If no, then how should I proceed.
Thank you in advance for your input.
I am creating an application that will update a database (text file). The database file will be located on a server and has to be accessible by everybody accross the network.
I am a beginner, and my solution was to update the file when the user fills the form. The program would then read the fields of the form, save it to a link list and write it to a file. I am pretty sure this not the right way to do it so I am asking for better solutions =). I havent figured out a way for the other users of the network to be notified when the text file is updated.
I heard of JDBC and I dont really know what it is but would that be the best solution for my program? If no, then how should I proceed.
Thank you in advance for your input.