I'm Developing a Hospital Management System Application using: Java,MySQL,Crys tal Reports.

Since this application will run on network environment, then there will be multiple users who connected to my database server.

The idea:
- I would like to make the application in 3tire mode
- Client connect to the server, server Query the database & returning the result to the client display.
- I will use...